#CCA9A9

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

Shades of Cold Turkey #CCA9A9

Tints of Cold Turkey #CCA9A9

Color information

#CCA9A9 (or 0xCCA9A9) is unknown color: approx Cold Turkey. HEX triplet: CC, A9 and A9. RGB value is (204,169,169). Sum of RGB (Red+Green+Blue) = 204+169+169=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA9A9 is #335656. Grayscale: #B3B3B3. Windows color (decimal): -3364439 or 11119052. OLE color: 11119052.

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

Color convert

RGB204169169-
CMYK00.170.170.2
HSL25.55%73.14%-
HSV(B)17.16%80%-
XYZ46.2544.0843.61-
YUV179.46122.1145.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=37.64%
G=31.18%
B=31.18%

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
Decimal20416916900.170.170.2025.5573.14
HexCCA9A9011111401a49
Octal3142512510212124032111
Binary11001100101010011010100101000110001101000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9A9; }

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

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

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

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

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

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

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

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