#C9ABAA

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

Shades of Cold Turkey #C9ABAA

Tints of Cold Turkey #C9ABAA

Color information

#C9ABAA (or 0xC9ABAA) is unknown color: approx Cold Turkey. HEX triplet: C9, AB and AA. RGB value is (201,171,170). Sum of RGB (Red+Green+Blue) = 201+171+170=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABAA is #365455. Grayscale: #B3B3B3. Windows color (decimal): -3560534 or 11185097. OLE color: 11185097.

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

Color convert

RGB201171170-
CMYK00.150.150.21
HSL1.94º22.3%72.75%-
HSV(B)1.94º15.42%78.82%-
XYZ45.9144.4544.19-
YUV179.86122.44143.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=37.08%
G=31.55%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117117000.150.150.211.9422.372.75
HexC9ABAA0FF1521649
Octal3112532520171725226111
Binary1100100110101011101010100111111111010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABAA; }

 p { color: rgb(201,171,170); }

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

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

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

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

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

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

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