#CCADAA

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

Shades of Cold Turkey #CCADAA

Tints of Cold Turkey #CCADAA

Color information

#CCADAA (or 0xCCADAA) is unknown color: approx Cold Turkey. HEX triplet: CC, AD and AA. RGB value is (204,173,170). Sum of RGB (Red+Green+Blue) = 204+173+170=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAA is #335255. Grayscale: #B5B5B5. Windows color (decimal): -3363414 or 11185612. OLE color: 11185612.

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

Color convert

RGB204173170-
CMYK00.150.170.2
HSL5.29º25%73.33%-
HSV(B)5.29º16.67%80%-
XYZ47.145.6344.35-
YUV181.93121.27143.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=37.29%
G=31.63%
B=31.08%

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
Decimal20417317000.150.170.25.292573.33
HexCCADAA0F111451949
Octal3142552520172124531111
Binary110011001010110110101010011111000110100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADAA; }

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

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

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

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

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

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

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

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