Shades of Kangaroo #CACAA9
Tints of Kangaroo #CACAA9
RGB
CMYK
RGB Variations
Color information
#CACAA9 (or 0xCACAA9) is known color: Kangaroo. HEX triplet: CA, CA and A9. RGB value is (202,202,169). Sum of RGB (Red+Green+Blue) = 202+202+169=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAA9 is #353556. Grayscale: #C6C6C6. Windows color (decimal): -3487063 or 11127498. OLE color: 11127498.
HSL color Cylindrical-coordinate representation of color #CACAA9: hue angle of 60º 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 #CACAA9 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 169 | - |
| CMYK | 0 | 0 | 0.16 | 0.21 |
| HSL | 60º | 0.24% | 0.73% | - |
| HSV(B) | 60º | 0.16% | 0.79% | - |
| XYZ | 52.64 | 57.66 | 45.89 | - |
| YUV | 198.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 169 | 0 | 0 | 0.16 | 0.21 | 60 | 0.24 | 0.73 |
| Hex | CA | CA | A9 | 0 | 0 | 10 | 15 | 3C | 18 | 49 |
| Octal | 312 | 312 | 251 | 0 | 0 | 20 | 25 | 74 | 30 | 111 |
| Binary | 11001010 | 11001010 | 10101001 | 0 | 0 | 10000 | 10101 | 111100 | 11000 | 1001001 |
Color Harmonies of #CACAA9
Complementary color
Monochromatic Colors of #CACAA9
Black with #CACAA9
Text Example
Text Example
White with #CACAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAA9; }
p { color: rgb(202,202,169); }
H1.HeaderClassName
{
color: #CACAA9;
}
.AnyTagClassName
{
color: #CACAA9;
}
</style>
background-color css
<style>
a { background-color: #CACAA9; }
a { background-color: rgb(202,202,169); }
div.DivClassName
{
background-color: #CACAA9;
}
.BgClassName
{
background-color: #CACAA9;
}
</style>
border-color css
<style>
span { border-color: #CACAA9; }
span { border-color: rgb(202,202,169); }
td.TdClassName
{
border-color: #CACAA9;
}
.TagClassName
{
border-color: #CACAA9;
}
</style>