#CAC5AA

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

Shades of Kangaroo #CAC5AA

Tints of Kangaroo #CAC5AA

Color information

#CAC5AA (or 0xCAC5AA) is unknown color: approx Kangaroo. HEX triplet: CA, C5 and AA. RGB value is (202,197,170). Sum of RGB (Red+Green+Blue) = 202+197+170=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5AA is #353A55. Grayscale: #C3C3C3. Windows color (decimal): -3488342 or 11191754. OLE color: 11191754.

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

Color convert

RGB202197170-
CMYK00.020.160.21
HSL50.62º23.19%72.94%-
HSV(B)50.62º15.84%79.22%-
XYZ51.5855.3946-
YUV195.42113.66132.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=35.50%
G=34.62%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219717000.020.160.2150.6223.1972.94
HexCAC5AA021015331749
Octal3123052520220256327111
Binary1100101011000101101010100101000010101110011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5AA; }

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

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

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

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

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

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

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

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