#C9BBB9

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

Shades of Cold Turkey #C9BBB9

Tints of Cold Turkey #C9BBB9

Color information

#C9BBB9 (or 0xC9BBB9) is unknown color: approx Cold Turkey. HEX triplet: C9, BB and B9. RGB value is (201,187,185). Sum of RGB (Red+Green+Blue) = 201+187+185=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBB9 is #364446. Grayscale: #BEBEBE. Windows color (decimal): -3556423 or 12172233. OLE color: 12172233.

HSL color Cylindrical-coordinate representation of color #C9BBB9: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BBB9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201187185-
CMYK00.070.080.21
HSL7.5º12.9%75.69%-
HSV(B)7.5º7.96%78.82%-
XYZ50.6151.4653.16-
YUV190.96124.64135.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=35.08%
G=32.64%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118718500.070.080.217.512.975.69
HexC9BBB9078158d4c
Octal3112732710710251015114
Binary1100100110111011101110010111100010101100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBB9; }

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

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

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

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

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

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

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

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