#CCCAA5

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

Shades of Kangaroo #CCCAA5

Tints of Kangaroo #CCCAA5

Color information

#CCCAA5 (or 0xCCCAA5) is unknown color: approx Kangaroo. HEX triplet: CC, CA and A5. RGB value is (204,202,165). Sum of RGB (Red+Green+Blue) = 204+202+165=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA5 is #33355A. Grayscale: #C6C6C6. Windows color (decimal): -3355995 or 10865356. OLE color: 10865356.

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

Color convert

RGB204202165-
CMYK00.010.190.2
HSL56.92º27.66%72.35%-
HSV(B)56.92º19.12%80%-
XYZ52.8157.843.97-
YUV198.38109.16132.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=35.73%
G=35.38%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420216500.010.190.256.9227.6672.35
HexCCCAA5011314391c48
Octal3143122450123247134110
Binary110011001100101010100101011001110100111001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAA5; }

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

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

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

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

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

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

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

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