#C9ACAA

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

Shades of Cold Turkey #C9ACAA

Tints of Cold Turkey #C9ACAA

Color information

#C9ACAA (or 0xC9ACAA) is unknown color: approx Cold Turkey. HEX triplet: C9, AC and AA. RGB value is (201,172,170). Sum of RGB (Red+Green+Blue) = 201+172+170=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ACAA is #365355. Grayscale: #B4B4B4. Windows color (decimal): -3560278 or 11185353. OLE color: 11185353.

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

Color convert

RGB201172170-
CMYK00.140.150.21
HSL3.87º22.3%72.75%-
HSV(B)3.87º15.42%78.82%-
XYZ46.144.8244.25-
YUV180.44122.11142.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=37.02%
G=31.68%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117217000.140.150.213.8722.372.75
HexC9ACAA0EF1541649
Octal3112542520161725426111
Binary11001001101011001010101001110111110101100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACAA; }

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

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

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

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

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

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

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

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