#CCC8AA

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

Shades of Kangaroo #CCC8AA

Tints of Kangaroo #CCC8AA

Color information

#CCC8AA (or 0xCCC8AA) is unknown color: approx Kangaroo. HEX triplet: CC, C8 and AA. RGB value is (204,200,170). Sum of RGB (Red+Green+Blue) = 204+200+170=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8AA is #333755. Grayscale: #C5C5C5. Windows color (decimal): -3356502 or 11192524. OLE color: 11192524.

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

Color convert

RGB204200170-
CMYK00.020.170.2
HSL52.94º25%73.33%-
HSV(B)52.94º16.67%80%-
XYZ52.8157.0546.26-
YUV197.78112.33132.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=35.54%
G=34.84%
B=29.62%

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
Decimal20420017000.020.170.252.942573.33
HexCCC8AA021114351949
Octal3143102520221246531111
Binary1100110011001000101010100101000110100110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8AA; }

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

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

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

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

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

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

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

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