#CCC9AB

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

Shades of Kangaroo #CCC9AB

Tints of Kangaroo #CCC9AB

Color information

#CCC9AB (or 0xCCC9AB) is unknown color: approx Kangaroo. HEX triplet: CC, C9 and AB. RGB value is (204,201,171). Sum of RGB (Red+Green+Blue) = 204+201+171=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC9AB is #333654. Grayscale: #C6C6C6. Windows color (decimal): -3356245 or 11258316. OLE color: 11258316.

HSL color Cylindrical-coordinate representation of color #CCC9AB: hue angle of 54.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC9AB is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204201171-
CMYK00.010.160.2
HSL54.55º24.44%73.53%-
HSV(B)54.55º16.18%80%-
XYZ53.1457.5546.84-
YUV198.48112.49131.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=35.42%
G=34.90%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420117100.010.160.254.5524.4473.53
HexCCC9AB01101437184a
Octal3143112530120246730112
Binary110011001100100110101011011000010100110111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9AB; }

 p { color: rgb(204,201,171); }

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

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

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

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

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

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

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