#CAAEAC

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

Shades of Cold Turkey #CAAEAC

Tints of Cold Turkey #CAAEAC

Color information

#CAAEAC (or 0xCAAEAC) is unknown color: approx Cold Turkey. HEX triplet: CA, AE and AC. RGB value is (202,174,172). Sum of RGB (Red+Green+Blue) = 202+174+172=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEAC is #355153. Grayscale: #B6B6B6. Windows color (decimal): -3494228 or 11316938. OLE color: 11316938.

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

Color convert

RGB202174172-
CMYK00.140.150.21
HSL22.06%73.33%-
HSV(B)14.85%79.22%-
XYZ46.9445.8145.4-
YUV182.14122.28142.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=36.86%
G=31.75%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217417200.140.150.21422.0673.33
HexCAAEAC0EF1541649
Octal3122562540161725426111
Binary11001010101011101010110001110111110101100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEAC; }

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

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

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

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

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

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

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

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