#CCAEAA

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

Shades of Cold Turkey #CCAEAA

Tints of Cold Turkey #CCAEAA

Color information

#CCAEAA (or 0xCCAEAA) is unknown color: approx Cold Turkey. HEX triplet: CC, AE and AA. RGB value is (204,174,170). Sum of RGB (Red+Green+Blue) = 204+174+170=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAA is #335155. Grayscale: #B6B6B6. Windows color (decimal): -3363158 or 11185868. OLE color: 11185868.

HSL color Cylindrical-coordinate representation of color #CCAEAA: hue angle of 7.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAEAA is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204174170-
CMYK00.150.170.2
HSL7.06º25%73.33%-
HSV(B)7.06º16.67%80%-
XYZ47.2946.0144.42-
YUV182.51120.94143.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=37.23%
G=31.75%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417417000.150.170.27.062573.33
HexCCAEAA0F111471949
Octal3142562520172124731111
Binary110011001010111010101010011111000110100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEAA; }

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

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

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

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

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

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

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

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