Shades of Kangaroo #CAC6AA
Tints of Kangaroo #CAC6AA
RGB
CMYK
RGB Variations
Color information
#CAC6AA (or 0xCAC6AA) is known color: Kangaroo. HEX triplet: CA, C6 and AA. RGB value is (202,198,170). Sum of RGB (Red+Green+Blue) = 202+198+170=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6AA is #353955. Grayscale: #C4C4C4. Windows color (decimal): -3488086 or 11192010. OLE color: 11192010.
HSL color Cylindrical-coordinate representation of color #CAC6AA: hue angle of 52.5º degrees, saturation: 0.23, 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 #CAC6AA is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 170 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.21 |
| HSL | 52.5º | 0.23% | 0.73% | - |
| HSV(B) | 52.5º | 0.16% | 0.79% | - |
| XYZ | 51.81 | 55.85 | 46.08 | - |
| YUV | 196 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 170 | 0 | 0.02 | 0.16 | 0.21 | 52.5 | 0.23 | 0.73 |
| Hex | CA | C6 | AA | 0 | 2 | 10 | 15 | 34 | 17 | 49 |
| Octal | 312 | 306 | 252 | 0 | 2 | 20 | 25 | 64 | 27 | 111 |
| Binary | 11001010 | 11000110 | 10101010 | 0 | 10 | 10000 | 10101 | 110100 | 10111 | 1001001 |
Color Harmonies of #CAC6AA
Complementary color
Monochromatic Colors of #CAC6AA
Black with #CAC6AA
Text Example
Text Example
White with #CAC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6AA; }
p { color: rgb(202,198,170); }
H1.HeaderClassName
{
color: #CAC6AA;
}
.AnyTagClassName
{
color: #CAC6AA;
}
</style>
background-color css
<style>
a { background-color: #CAC6AA; }
a { background-color: rgb(202,198,170); }
div.DivClassName
{
background-color: #CAC6AA;
}
.BgClassName
{
background-color: #CAC6AA;
}
</style>
border-color css
<style>
span { border-color: #CAC6AA; }
span { border-color: rgb(202,198,170); }
td.TdClassName
{
border-color: #CAC6AA;
}
.TagClassName
{
border-color: #CAC6AA;
}
</style>