#CAC6A9

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

Shades of Kangaroo #CAC6A9

Tints of Kangaroo #CAC6A9

Color information

#CAC6A9 (or 0xCAC6A9) is unknown color: approx Kangaroo. HEX triplet: CA, C6 and A9. RGB value is (202,198,169). Sum of RGB (Red+Green+Blue) = 202+198+169=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6A9 is #353956. Grayscale: #C4C4C4. Windows color (decimal): -3488087 or 11126474. OLE color: 11126474.

HSL color Cylindrical-coordinate representation of color #CAC6A9: hue angle of 52.73º degrees, saturation: 0.24, 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 #CAC6A9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202198169-
CMYK00.020.160.21
HSL52.73º23.74%72.75%-
HSV(B)52.73º16.34%79.22%-
XYZ51.7155.8145.58-
YUV195.89112.83132.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 169 (66.41% from 255) = 29.70%
R=35.50%
G=34.80%
B=29.70%

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
Decimal20219816900.020.160.2152.7323.7472.75
HexCAC6A9021015351849
Octal3123062510220256530111
Binary1100101011000110101010010101000010101110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6A9; }

 p { color: rgb(202,198,169); }

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

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

 a { background-color: rgb(202,198,169); }

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

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

 span { border-color: rgb(202,198,169); }

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