#CAABAA

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

Shades of Cold Turkey #CAABAA

Tints of Cold Turkey #CAABAA

Color information

#CAABAA (or 0xCAABAA) is unknown color: approx Cold Turkey. HEX triplet: CA, AB and AA. RGB value is (202,171,170). Sum of RGB (Red+Green+Blue) = 202+171+170=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABAA is #355455. Grayscale: #B4B4B4. Windows color (decimal): -3494998 or 11185098. OLE color: 11185098.

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

Color convert

RGB202171170-
CMYK00.150.160.21
HSL1.88º23.19%72.94%-
HSV(B)1.88º15.84%79.22%-
XYZ46.1844.5844.2-
YUV180.15122.27143.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=37.20%
G=31.49%
B=31.31%

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
Decimal20217117000.150.160.211.8823.1972.94
HexCAABAA0F101521749
Octal3122532520172025227111
Binary11001010101010111010101001111100001010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABAA; }

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

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

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

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

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

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

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

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