#CAABA9

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

Shades of Cold Turkey #CAABA9

Tints of Cold Turkey #CAABA9

Color information

#CAABA9 (or 0xCAABA9) is unknown color: approx Cold Turkey. HEX triplet: CA, AB and A9. RGB value is (202,171,169). Sum of RGB (Red+Green+Blue) = 202+171+169=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABA9 is #355456. Grayscale: #B4B4B4. Windows color (decimal): -3494999 or 11119562. OLE color: 11119562.

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

Color convert

RGB202171169-
CMYK00.150.160.21
HSL3.64º23.74%72.75%-
HSV(B)3.64º16.34%79.22%-
XYZ46.0844.5543.71-
YUV180.04121.77143.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=37.27%
G=31.55%
B=31.18%

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
Decimal20217116900.150.160.213.6423.7472.75
HexCAABA90F101541849
Octal3122532510172025430111
Binary110010101010101110101001011111000010101100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABA9; }

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

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

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

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

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

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

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

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