#CAC5A0

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

Shades of Kangaroo #CAC5A0

Tints of Kangaroo #CAC5A0

Color information

#CAC5A0 (or 0xCAC5A0) is unknown color: approx Kangaroo. HEX triplet: CA, C5 and A0. RGB value is (202,197,160). Sum of RGB (Red+Green+Blue) = 202+197+160=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5A0 is #353A5F. Grayscale: #C2C2C2. Windows color (decimal): -3488352 or 10536394. OLE color: 10536394.

HSL color Cylindrical-coordinate representation of color #CAC5A0: hue angle of 52.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC5A0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202197160-
CMYK00.020.210.21
HSL52.86º28.38%70.98%-
HSV(B)52.86º20.79%79.22%-
XYZ50.6755.0341.21-
YUV194.28108.66133.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=36.14%
G=35.24%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219716000.020.210.2152.8628.3870.98
HexCAC5A0021515351c47
Octal3123052400225256534107
Binary1100101011000101101000000101010110101110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5A0; }

 p { color: rgb(202,197,160); }

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

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

 a { background-color: rgb(202,197,160); }

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

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

 span { border-color: rgb(202,197,160); }

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