Shades of Kangaroo #CAC9AD
Tints of Kangaroo #CAC9AD
RGB
CMYK
RGB Variations
Color information
#CAC9AD (or 0xCAC9AD) is known color: Kangaroo. HEX triplet: CA, C9 and AD. RGB value is (202,201,173). Sum of RGB (Red+Green+Blue) = 202+201+173=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC9AD is #353652. Grayscale: #C6C6C6. Windows color (decimal): -3487315 or 11389386. OLE color: 11389386.
HSL color Cylindrical-coordinate representation of color #CAC9AD: hue angle of 57.93º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC9AD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 173 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.21 |
| HSL | 57.93º | 0.21% | 0.74% | - |
| HSV(B) | 57.93º | 0.14% | 0.79% | - |
| XYZ | 52.79 | 57.35 | 47.82 | - |
| YUV | 198.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 173 | 0 | 0.00 | 0.14 | 0.21 | 57.93 | 0.21 | 0.74 |
| Hex | CA | C9 | AD | 0 | 0 | E | 15 | 3A | 15 | 4A |
| Octal | 312 | 311 | 255 | 0 | 0 | 16 | 25 | 72 | 25 | 112 |
| Binary | 11001010 | 11001001 | 10101101 | 0 | 0 | 1110 | 10101 | 111010 | 10101 | 1001010 |
Color Harmonies of #CAC9AD
Complementary color
Monochromatic Colors of #CAC9AD
Black with #CAC9AD
Text Example
Text Example
White with #CAC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9AD; }
p { color: rgb(202,201,173); }
H1.HeaderClassName
{
color: #CAC9AD;
}
.AnyTagClassName
{
color: #CAC9AD;
}
</style>
background-color css
<style>
a { background-color: #CAC9AD; }
a { background-color: rgb(202,201,173); }
div.DivClassName
{
background-color: #CAC9AD;
}
.BgClassName
{
background-color: #CAC9AD;
}
</style>
border-color css
<style>
span { border-color: #CAC9AD; }
span { border-color: rgb(202,201,173); }
td.TdClassName
{
border-color: #CAC9AD;
}
.TagClassName
{
border-color: #CAC9AD;
}
</style>