#CCACA9

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

Shades of Cold Turkey #CCACA9

Tints of Cold Turkey #CCACA9

Color information

#CCACA9 (or 0xCCACA9) is unknown color: approx Cold Turkey. HEX triplet: CC, AC and A9. RGB value is (204,172,169). Sum of RGB (Red+Green+Blue) = 204+172+169=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA9 is #335356. Grayscale: #B5B5B5. Windows color (decimal): -3363671 or 11119820. OLE color: 11119820.

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

Color convert

RGB204172169-
CMYK00.160.170.2
HSL5.14º25.55%73.14%-
HSV(B)5.14º17.16%80%-
XYZ46.8245.2143.79-
YUV181.23121.1144.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=37.43%
G=31.56%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417216900.160.170.25.1425.5573.14
HexCCACA9010111451a49
Octal3142542510202124532111
Binary1100110010101100101010010100001000110100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACA9; }

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

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

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

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

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

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

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

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