#CAC8A9

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

Shades of Kangaroo #CAC8A9

Tints of Kangaroo #CAC8A9

Color information

#CAC8A9 (or 0xCAC8A9) is unknown color: approx Kangaroo. HEX triplet: CA, C8 and A9. RGB value is (202,200,169). Sum of RGB (Red+Green+Blue) = 202+200+169=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC8A9 is #353756. Grayscale: #C5C5C5. Windows color (decimal): -3487575 or 11126986. OLE color: 11126986.

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

Color convert

RGB202200169-
CMYK00.010.160.21
HSL56.36º23.74%72.75%-
HSV(B)56.36º16.34%79.22%-
XYZ52.1756.7345.74-
YUV197.06112.16131.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=35.38%
G=35.03%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220016900.010.160.2156.3623.7472.75
HexCAC8A9011015381849
Octal3123102510120257030111
Binary110010101100100010101001011000010101111000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8A9; }

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

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

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

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

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

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

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

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