#CAC4A9

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

Shades of Kangaroo #CAC4A9

Tints of Kangaroo #CAC4A9

Color information

#CAC4A9 (or 0xCAC4A9) is unknown color: approx Kangaroo. HEX triplet: CA, C4 and A9. RGB value is (202,196,169). Sum of RGB (Red+Green+Blue) = 202+196+169=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4A9 is #353B56. Grayscale: #C2C2C2. Windows color (decimal): -3488599 or 11125962. OLE color: 11125962.

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

Color convert

RGB202196169-
CMYK00.030.160.21
HSL49.09º23.74%72.75%-
HSV(B)49.09º16.34%79.22%-
XYZ51.2654.945.43-
YUV194.72113.49133.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=35.63%
G=34.57%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219616900.030.160.2149.0923.7472.75
HexCAC4A9031015311849
Octal3123042510320256130111
Binary1100101011000100101010010111000010101110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4A9; }

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

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

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

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

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

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

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

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