Shades of Kangaroo #CAC7A0
Tints of Kangaroo #CAC7A0
RGB
CMYK
RGB Variations
Color information
#CAC7A0 (or 0xCAC7A0) is known color: Kangaroo. HEX triplet: CA, C7 and A0. RGB value is (202,199,160). Sum of RGB (Red+Green+Blue) = 202+199+160=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC7A0 is #35385F. Grayscale: #C3C3C3. Windows color (decimal): -3487840 or 10536906. OLE color: 10536906.
HSL color Cylindrical-coordinate representation of color #CAC7A0: hue angle of 55.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC7A0 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 160 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.21 |
| HSL | 55.71º | 0.28% | 0.71% | - |
| HSV(B) | 55.71º | 0.21% | 0.79% | - |
| XYZ | 51.13 | 55.94 | 41.36 | - |
| YUV | 195.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 160 | 0 | 0.01 | 0.21 | 0.21 | 55.71 | 0.28 | 0.71 |
| Hex | CA | C7 | A0 | 0 | 1 | 15 | 15 | 38 | 1C | 47 |
| Octal | 312 | 307 | 240 | 0 | 1 | 25 | 25 | 70 | 34 | 107 |
| Binary | 11001010 | 11000111 | 10100000 | 0 | 1 | 10101 | 10101 | 111000 | 11100 | 1000111 |
Color Harmonies of #CAC7A0
Complementary color
Monochromatic Colors of #CAC7A0
Black with #CAC7A0
Text Example
Text Example
White with #CAC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7A0; }
p { color: rgb(202,199,160); }
H1.HeaderClassName
{
color: #CAC7A0;
}
.AnyTagClassName
{
color: #CAC7A0;
}
</style>
background-color css
<style>
a { background-color: #CAC7A0; }
a { background-color: rgb(202,199,160); }
div.DivClassName
{
background-color: #CAC7A0;
}
.BgClassName
{
background-color: #CAC7A0;
}
</style>
border-color css
<style>
span { border-color: #CAC7A0; }
span { border-color: rgb(202,199,160); }
td.TdClassName
{
border-color: #CAC7A0;
}
.TagClassName
{
border-color: #CAC7A0;
}
</style>