#CAAEAA

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

Shades of Cold Turkey #CAAEAA

Tints of Cold Turkey #CAAEAA

Color information

#CAAEAA (or 0xCAAEAA) is unknown color: approx Cold Turkey. HEX triplet: CA, AE and AA. RGB value is (202,174,170). Sum of RGB (Red+Green+Blue) = 202+174+170=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEAA is #355155. Grayscale: #B5B5B5. Windows color (decimal): -3494230 or 11185866. OLE color: 11185866.

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

Color convert

RGB202174170-
CMYK00.140.160.21
HSL7.5º23.19%72.94%-
HSV(B)7.5º15.84%79.22%-
XYZ46.7545.7344.39-
YUV181.92121.28142.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=37.00%
G=31.87%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217417000.140.160.217.523.1972.94
HexCAAEAA0E101581749
Octal31225625201620251027111
Binary1100101010101110101010100111010000101011000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEAA; }

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

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

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

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

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

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

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

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