#CAACA9

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

Shades of Cold Turkey #CAACA9

Tints of Cold Turkey #CAACA9

Color information

#CAACA9 (or 0xCAACA9) is unknown color: approx Cold Turkey. HEX triplet: CA, AC and A9. RGB value is (202,172,169). Sum of RGB (Red+Green+Blue) = 202+172+169=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACA9 is #355356. Grayscale: #B4B4B4. Windows color (decimal): -3494743 or 11119818. OLE color: 11119818.

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

Color convert

RGB202172169-
CMYK00.150.160.21
HSL5.45º23.74%72.75%-
HSV(B)5.45º16.34%79.22%-
XYZ46.2744.9343.77-
YUV180.63121.44143.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=37.20%
G=31.68%
B=31.12%

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
Decimal20217216900.150.160.215.4523.7472.75
HexCAACA90F101551849
Octal3122542510172025530111
Binary110010101010110010101001011111000010101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACA9; }

 p { color: rgb(202,172,169); }

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

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

 a { background-color: rgb(202,172,169); }

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

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

 span { border-color: rgb(202,172,169); }

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