#CAAEAE

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

Shades of Cold Turkey #CAAEAE

Tints of Cold Turkey #CAAEAE

Color information

#CAAEAE (or 0xCAAEAE) is unknown color: approx Cold Turkey. HEX triplet: CA, AE and AE. RGB value is (202,174,174). Sum of RGB (Red+Green+Blue) = 202+174+174=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEAE is #355151. Grayscale: #B6B6B6. Windows color (decimal): -3494226 or 11448010. OLE color: 11448010.

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

Color convert

RGB202174174-
CMYK00.140.140.21
HSL20.9%73.73%-
HSV(B)13.86%79.22%-
XYZ47.1345.8846.42-
YUV182.37123.28142-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=36.73%
G=31.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217417400.140.140.21020.973.73
HexCAAEAE0EE150154a
Octal3122562560161625025112
Binary110010101010111010101110011101110101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEAE; }

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

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

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

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

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

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

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

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