#CAC5AE

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

Shades of Kangaroo #CAC5AE

Tints of Kangaroo #CAC5AE

Color information

#CAC5AE (or 0xCAC5AE) is unknown color: approx Kangaroo. HEX triplet: CA, C5 and AE. RGB value is (202,197,174). Sum of RGB (Red+Green+Blue) = 202+197+174=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5AE is #353A51. Grayscale: #C3C3C3. Windows color (decimal): -3488338 or 11453898. OLE color: 11453898.

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

Color convert

RGB202197174-
CMYK00.020.140.21
HSL49.29º20.9%73.73%-
HSV(B)49.29º13.86%79.22%-
XYZ51.9655.5548.03-
YUV195.87115.66132.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=35.25%
G=34.38%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219717400.020.140.2149.2920.973.73
HexCAC5AE02E1531154a
Octal3123052560216256125112
Binary110010101100010110101110010111010101110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5AE; }

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

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

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

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

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

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

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

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