Shades of Kangaroo #CAC9A7
Tints of Kangaroo #CAC9A7
RGB
CMYK
RGB Variations
Color information
#CAC9A7 (or 0xCAC9A7) is known color: Kangaroo. HEX triplet: CA, C9 and A7. RGB value is (202,201,167). Sum of RGB (Red+Green+Blue) = 202+201+167=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC9A7 is #353658. Grayscale: #C5C5C5. Windows color (decimal): -3487321 or 10996170. OLE color: 10996170.
HSL color Cylindrical-coordinate representation of color #CAC9A7: hue angle of 58.29º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC9A7 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 167 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.21 |
| HSL | 58.29º | 0.25% | 0.72% | - |
| HSV(B) | 58.29º | 0.17% | 0.79% | - |
| XYZ | 52.22 | 57.12 | 44.83 | - |
| YUV | 197.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 167 | 0 | 0.00 | 0.17 | 0.21 | 58.29 | 0.25 | 0.72 |
| Hex | CA | C9 | A7 | 0 | 0 | 11 | 15 | 3A | 19 | 48 |
| Octal | 312 | 311 | 247 | 0 | 0 | 21 | 25 | 72 | 31 | 110 |
| Binary | 11001010 | 11001001 | 10100111 | 0 | 0 | 10001 | 10101 | 111010 | 11001 | 1001000 |
Color Harmonies of #CAC9A7
Complementary color
Monochromatic Colors of #CAC9A7
Black with #CAC9A7
Text Example
Text Example
White with #CAC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9A7; }
p { color: rgb(202,201,167); }
H1.HeaderClassName
{
color: #CAC9A7;
}
.AnyTagClassName
{
color: #CAC9A7;
}
</style>
background-color css
<style>
a { background-color: #CAC9A7; }
a { background-color: rgb(202,201,167); }
div.DivClassName
{
background-color: #CAC9A7;
}
.BgClassName
{
background-color: #CAC9A7;
}
</style>
border-color css
<style>
span { border-color: #CAC9A7; }
span { border-color: rgb(202,201,167); }
td.TdClassName
{
border-color: #CAC9A7;
}
.TagClassName
{
border-color: #CAC9A7;
}
</style>