Shades of Kangaroo #CAC8AD
Tints of Kangaroo #CAC8AD
RGB
CMYK
RGB Variations
Color information
#CAC8AD (or 0xCAC8AD) is known color: Kangaroo. HEX triplet: CA, C8 and AD. RGB value is (202,200,173). Sum of RGB (Red+Green+Blue) = 202+200+173=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC8AD is #353752. Grayscale: #C5C5C5. Windows color (decimal): -3487571 or 11389130. OLE color: 11389130.
HSL color Cylindrical-coordinate representation of color #CAC8AD: hue angle of 55.86º 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 #CAC8AD is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 173 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.21 |
| HSL | 55.86º | 0.21% | 0.74% | - |
| HSV(B) | 55.86º | 0.14% | 0.79% | - |
| XYZ | 52.55 | 56.88 | 47.74 | - |
| YUV | 197.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 173 | 0 | 0.01 | 0.14 | 0.21 | 55.86 | 0.21 | 0.74 |
| Hex | CA | C8 | AD | 0 | 1 | E | 15 | 38 | 15 | 4A |
| Octal | 312 | 310 | 255 | 0 | 1 | 16 | 25 | 70 | 25 | 112 |
| Binary | 11001010 | 11001000 | 10101101 | 0 | 1 | 1110 | 10101 | 111000 | 10101 | 1001010 |
Color Harmonies of #CAC8AD
Complementary color
Monochromatic Colors of #CAC8AD
Black with #CAC8AD
Text Example
Text Example
White with #CAC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8AD; }
p { color: rgb(202,200,173); }
H1.HeaderClassName
{
color: #CAC8AD;
}
.AnyTagClassName
{
color: #CAC8AD;
}
</style>
background-color css
<style>
a { background-color: #CAC8AD; }
a { background-color: rgb(202,200,173); }
div.DivClassName
{
background-color: #CAC8AD;
}
.BgClassName
{
background-color: #CAC8AD;
}
</style>
border-color css
<style>
span { border-color: #CAC8AD; }
span { border-color: rgb(202,200,173); }
td.TdClassName
{
border-color: #CAC8AD;
}
.TagClassName
{
border-color: #CAC8AD;
}
</style>