Shades of Kangaroo #CAC6AD
Tints of Kangaroo #CAC6AD
RGB
CMYK
RGB Variations
Color information
#CAC6AD (or 0xCAC6AD) is known color: Kangaroo. HEX triplet: CA, C6 and AD. RGB value is (202,198,173). Sum of RGB (Red+Green+Blue) = 202+198+173=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6AD is #353952. Grayscale: #C4C4C4. Windows color (decimal): -3488083 or 11388618. OLE color: 11388618.
HSL color Cylindrical-coordinate representation of color #CAC6AD: hue angle of 51.72º 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 #CAC6AD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 173 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.21 |
| HSL | 51.72º | 0.21% | 0.74% | - |
| HSV(B) | 51.72º | 0.14% | 0.79% | - |
| XYZ | 52.09 | 55.96 | 47.59 | - |
| YUV | 196.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 173 | 0 | 0.02 | 0.14 | 0.21 | 51.72 | 0.21 | 0.74 |
| Hex | CA | C6 | AD | 0 | 2 | E | 15 | 34 | 15 | 4A |
| Octal | 312 | 306 | 255 | 0 | 2 | 16 | 25 | 64 | 25 | 112 |
| Binary | 11001010 | 11000110 | 10101101 | 0 | 10 | 1110 | 10101 | 110100 | 10101 | 1001010 |
Color Harmonies of #CAC6AD
Complementary color
Monochromatic Colors of #CAC6AD
Black with #CAC6AD
Text Example
Text Example
White with #CAC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6AD; }
p { color: rgb(202,198,173); }
H1.HeaderClassName
{
color: #CAC6AD;
}
.AnyTagClassName
{
color: #CAC6AD;
}
</style>
background-color css
<style>
a { background-color: #CAC6AD; }
a { background-color: rgb(202,198,173); }
div.DivClassName
{
background-color: #CAC6AD;
}
.BgClassName
{
background-color: #CAC6AD;
}
</style>
border-color css
<style>
span { border-color: #CAC6AD; }
span { border-color: rgb(202,198,173); }
td.TdClassName
{
border-color: #CAC6AD;
}
.TagClassName
{
border-color: #CAC6AD;
}
</style>