#CFBBB7

Color #CFBBB7 Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CFBBB7

Tints of Cold Turkey #CFBBB7

Color information

#CFBBB7 (or 0xCFBBB7) is unknown color: approx Cold Turkey. HEX triplet: CF, BB and B7. RGB value is (207,187,183). Sum of RGB (Red+Green+Blue) = 207+187+183=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBB7 is #304448. Grayscale: #C0C0C0. Windows color (decimal): -3163209 or 12041167. OLE color: 12041167.

HSL color Cylindrical-coordinate representation of color #CFBBB7: hue angle of 10º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBBB7 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207187183-
CMYK00.100.120.19
HSL10º20%76.47%-
HSV(B)10º11.59%81.18%-
XYZ52.0552.2252.14-
YUV192.52122.63138.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=35.88%
G=32.41%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718718300.100.120.19102076.47
HexCFBBB70AC13a144c
Octal31727326701214231224114
Binary110011111011101110110111010101100100111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBB7; }

 p { color: rgb(207,187,183); }

 H1.HeaderClassName
 {
   color: #CFBBB7;
 }
 .AnyTagClassName
 {
   color: #CFBBB7;
 }
</style>
background-color css

<style>
 a { background-color: #CFBBB7; }

 a { background-color: rgb(207,187,183); }

 div.DivClassName
 {
   background-color: #CFBBB7;
 }
 .BgClassName
 {
   background-color: #CFBBB7;
 }
</style>
border-color css

<style>
 span { border-color: #CFBBB7; }

 span { border-color: rgb(207,187,183); }

 td.TdClassName
 {
   border-color: #CFBBB7;
 }
 .TagClassName
 {
   border-color: #CFBBB7;
 }
</style>