#CAAAA8

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

Shades of Cold Turkey #CAAAA8

Tints of Cold Turkey #CAAAA8

Color information

#CAAAA8 (or 0xCAAAA8) is unknown color: approx Cold Turkey. HEX triplet: CA, AA and A8. RGB value is (202,170,168). Sum of RGB (Red+Green+Blue) = 202+170+168=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAA8 is #355557. Grayscale: #B3B3B3. Windows color (decimal): -3495256 or 11053770. OLE color: 11053770.

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

Color convert

RGB202170168-
CMYK00.160.170.21
HSL3.53º24.29%72.55%-
HSV(B)3.53º16.83%79.22%-
XYZ45.844.1343.15-
YUV179.34121.6144.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=37.41%
G=31.48%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217016800.160.170.213.5324.2972.55
HexCAAAA8010111541849
Octal3122522500202125430111
Binary1100101010101010101010000100001000110101100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAA8; }

 p { color: rgb(202,170,168); }

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

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

 a { background-color: rgb(202,170,168); }

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

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

 span { border-color: rgb(202,170,168); }

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