#CAC7A8

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

Shades of Kangaroo #CAC7A8

Tints of Kangaroo #CAC7A8

Color information

#CAC7A8 (or 0xCAC7A8) is unknown color: approx Kangaroo. HEX triplet: CA, C7 and A8. RGB value is (202,199,168). Sum of RGB (Red+Green+Blue) = 202+199+168=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC7A8 is #353857. Grayscale: #C4C4C4. Windows color (decimal): -3487832 or 11061194. OLE color: 11061194.

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

Color convert

RGB202199168-
CMYK00.010.170.21
HSL54.71º24.29%72.55%-
HSV(B)54.71º16.83%79.22%-
XYZ51.8556.2345.17-
YUV196.36111.99132.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 168 (66.02% from 255) = 29.53%
R=35.50%
G=34.97%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219916800.010.170.2154.7124.2972.55
HexCAC7A8011115371849
Octal3123072500121256730111
Binary110010101100011110101000011000110101110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7A8; }

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

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

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

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

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

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

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

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