#CCC8A9

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

Shades of Kangaroo #CCC8A9

Tints of Kangaroo #CCC8A9

Color information

#CCC8A9 (or 0xCCC8A9) is unknown color: approx Kangaroo. HEX triplet: CC, C8 and A9. RGB value is (204,200,169). Sum of RGB (Red+Green+Blue) = 204+200+169=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8A9 is #333756. Grayscale: #C5C5C5. Windows color (decimal): -3356503 or 11126988. OLE color: 11126988.

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

Color convert

RGB204200169-
CMYK00.020.170.2
HSL53.14º25.55%73.14%-
HSV(B)53.14º17.16%80%-
XYZ52.7257.0145.76-
YUV197.66111.83132.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=35.60%
G=34.90%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420016900.020.170.253.1425.5573.14
HexCCC8A9021114351a49
Octal3143102510221246532111
Binary1100110011001000101010010101000110100110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8A9; }

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

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

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

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

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

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

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

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