Shades of Kangaroo #CAC6A9
Tints of Kangaroo #CAC6A9
RGB
CMYK
RGB Variations
Color information
#CAC6A9 (or 0xCAC6A9) is known color: Kangaroo. HEX triplet: CA, C6 and A9. RGB value is (202,198,169). Sum of RGB (Red+Green+Blue) = 202+198+169=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6A9 is #353956. Grayscale: #C4C4C4. Windows color (decimal): -3488087 or 11126474. OLE color: 11126474.
HSL color Cylindrical-coordinate representation of color #CAC6A9: hue angle of 52.73º 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 #CAC6A9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 169 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.21 |
| HSL | 52.73º | 0.24% | 0.73% | - |
| HSV(B) | 52.73º | 0.16% | 0.79% | - |
| XYZ | 51.71 | 55.81 | 45.58 | - |
| YUV | 195.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 169 | 0 | 0.02 | 0.16 | 0.21 | 52.73 | 0.24 | 0.73 |
| Hex | CA | C6 | A9 | 0 | 2 | 10 | 15 | 35 | 18 | 49 |
| Octal | 312 | 306 | 251 | 0 | 2 | 20 | 25 | 65 | 30 | 111 |
| Binary | 11001010 | 11000110 | 10101001 | 0 | 10 | 10000 | 10101 | 110101 | 11000 | 1001001 |
Color Harmonies of #CAC6A9
Complementary color
Monochromatic Colors of #CAC6A9
Black with #CAC6A9
Text Example
Text Example
White with #CAC6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6A9; }
p { color: rgb(202,198,169); }
H1.HeaderClassName
{
color: #CAC6A9;
}
.AnyTagClassName
{
color: #CAC6A9;
}
</style>
background-color css
<style>
a { background-color: #CAC6A9; }
a { background-color: rgb(202,198,169); }
div.DivClassName
{
background-color: #CAC6A9;
}
.BgClassName
{
background-color: #CAC6A9;
}
</style>
border-color css
<style>
span { border-color: #CAC6A9; }
span { border-color: rgb(202,198,169); }
td.TdClassName
{
border-color: #CAC6A9;
}
.TagClassName
{
border-color: #CAC6A9;
}
</style>