#CCCAA8

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

Shades of Kangaroo #CCCAA8

Tints of Kangaroo #CCCAA8

Color information

#CCCAA8 (or 0xCCCAA8) is unknown color: approx Kangaroo. HEX triplet: CC, CA and A8. RGB value is (204,202,168). Sum of RGB (Red+Green+Blue) = 204+202+168=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA8 is #333557. Grayscale: #C6C6C6. Windows color (decimal): -3355992 or 11061964. OLE color: 11061964.

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

Color convert

RGB204202168-
CMYK00.010.180.2
HSL56.67º26.09%72.94%-
HSV(B)56.67º17.65%80%-
XYZ53.0957.9145.42-
YUV198.72110.66131.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 168 (66.02% from 255) = 29.27%
R=35.54%
G=35.19%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420216800.010.180.256.6726.0972.94
HexCCCAA8011214391a49
Octal3143122500122247132111
Binary110011001100101010101000011001010100111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAA8; }

 p { color: rgb(204,202,168); }

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

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

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

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

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

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

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