#CCAAA9

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

Shades of Cold Turkey #CCAAA9

Tints of Cold Turkey #CCAAA9

Color information

#CCAAA9 (or 0xCCAAA9) is unknown color: approx Cold Turkey. HEX triplet: CC, AA and A9. RGB value is (204,170,169). Sum of RGB (Red+Green+Blue) = 204+170+169=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAA9 is #335556. Grayscale: #B4B4B4. Windows color (decimal): -3364183 or 11119308. OLE color: 11119308.

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

Color convert

RGB204170169-
CMYK00.170.170.2
HSL1.71º25.55%73.14%-
HSV(B)1.71º17.16%80%-
XYZ46.4444.4543.67-
YUV180.05121.76145.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=37.57%
G=31.31%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417016900.170.170.21.7125.5573.14
HexCCAAA9011111421a49
Octal3142522510212124232111
Binary110011001010101010101001010001100011010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAA9; }

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

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

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

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

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

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

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

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