#C9B3B2

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

Shades of Cold Turkey #C9B3B2

Tints of Cold Turkey #C9B3B2

Color information

#C9B3B2 (or 0xC9B3B2) is unknown color: approx Cold Turkey. HEX triplet: C9, B3 and B2. RGB value is (201,179,178). Sum of RGB (Red+Green+Blue) = 201+179+178=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B3B2 is #364C4D. Grayscale: #B9B9B9. Windows color (decimal): -3558478 or 11711433. OLE color: 11711433.

HSL color Cylindrical-coordinate representation of color #C9B3B2: hue angle of 2.61º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B3B2 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201179178-
CMYK00.110.110.21
HSL2.61º17.56%74.31%-
HSV(B)2.61º11.44%78.82%-
XYZ48.2447.8748.82-
YUV185.46123.79139.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=36.02%
G=32.08%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117917800.110.110.212.6117.5674.31
HexC9B3B20BB153124a
Octal3112632620131325322112
Binary1100100110110011101100100101110111010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B3B2; }

 p { color: rgb(201,179,178); }

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

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

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

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

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

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

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