#C9ABA9

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

Shades of Cold Turkey #C9ABA9

Tints of Cold Turkey #C9ABA9

Color information

#C9ABA9 (or 0xC9ABA9) is unknown color: approx Cold Turkey. HEX triplet: C9, AB and A9. RGB value is (201,171,169). Sum of RGB (Red+Green+Blue) = 201+171+169=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABA9 is #365456. Grayscale: #B3B3B3. Windows color (decimal): -3560535 or 11119561. OLE color: 11119561.

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

Color convert

RGB201171169-
CMYK00.150.160.21
HSL3.75º22.86%72.55%-
HSV(B)3.75º15.92%78.82%-
XYZ45.8144.4143.69-
YUV179.74121.94143.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=37.15%
G=31.61%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117116900.150.160.213.7522.8672.55
HexC9ABA90F101541749
Octal3112532510172025427111
Binary110010011010101110101001011111000010101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABA9; }

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

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

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

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

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

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

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

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