#C9B9B9

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

Shades of Cold Turkey #C9B9B9

Tints of Cold Turkey #C9B9B9

Color information

#C9B9B9 (or 0xC9B9B9) is unknown color: approx Cold Turkey. HEX triplet: C9, B9 and B9. RGB value is (201,185,185). Sum of RGB (Red+Green+Blue) = 201+185+185=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9B9 is #364646. Grayscale: #BDBDBD. Windows color (decimal): -3556935 or 12171721. OLE color: 12171721.

HSL color Cylindrical-coordinate representation of color #C9B9B9: hue angle of 0º 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 #C9B9B9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201185185-
CMYK00.080.080.21
HSL12.9%75.69%-
HSV(B)7.96%78.82%-
XYZ50.1950.6253.02-
YUV189.78125.3136-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=35.20%
G=32.40%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118518500.080.080.21012.975.69
HexC9B9B9088150d4c
Octal3112712710101025015114
Binary11001001101110011011100101000100010101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9B9; }

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

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

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

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

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

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

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

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