#CCADA9

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

Shades of Cold Turkey #CCADA9

Tints of Cold Turkey #CCADA9

Color information

#CCADA9 (or 0xCCADA9) is unknown color: approx Cold Turkey. HEX triplet: CC, AD and A9. RGB value is (204,173,169). Sum of RGB (Red+Green+Blue) = 204+173+169=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA9 is #335256. Grayscale: #B5B5B5. Windows color (decimal): -3363415 or 11120076. OLE color: 11120076.

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

Color convert

RGB204173169-
CMYK00.150.170.2
HSL6.86º25.55%73.14%-
HSV(B)6.86º17.16%80%-
XYZ47.0145.5943.86-
YUV181.81120.77143.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=37.36%
G=31.68%
B=30.95%

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
Decimal20417316900.150.170.26.8625.5573.14
HexCCADA90F111471a49
Octal3142552510172124732111
Binary110011001010110110101001011111000110100111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADA9; }

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

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

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

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

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

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

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

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