#CFBBB9

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

Shades of Cold Turkey #CFBBB9

Tints of Cold Turkey #CFBBB9

Color information

#CFBBB9 (or 0xCFBBB9) is unknown color: approx Cold Turkey. HEX triplet: CF, BB and B9. RGB value is (207,187,185). Sum of RGB (Red+Green+Blue) = 207+187+185=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBB9 is #304446. Grayscale: #C0C0C0. Windows color (decimal): -3163207 or 12172239. OLE color: 12172239.

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

Color convert

RGB207187185-
CMYK00.100.110.19
HSL5.45º18.64%76.86%-
HSV(B)5.45º10.63%81.18%-
XYZ52.2652.3153.24-
YUV192.75123.63138.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=35.75%
G=32.30%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718718500.100.110.195.4518.6476.86
HexCFBBB90AB135134d
Octal3172732710121323523115
Binary11001111101110111011100101010101110011101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBB9; }

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

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

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

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

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

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

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

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