Shades of Kangaroo #CAC5A3
Tints of Kangaroo #CAC5A3
RGB
CMYK
RGB Variations
Color information
#CAC5A3 (or 0xCAC5A3) is known color: Kangaroo. HEX triplet: CA, C5 and A3. RGB value is (202,197,163). Sum of RGB (Red+Green+Blue) = 202+197+163=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5A3 is #353A5C. Grayscale: #C2C2C2. Windows color (decimal): -3488349 or 10733002. OLE color: 10733002.
HSL color Cylindrical-coordinate representation of color #CAC5A3: hue angle of 52.31º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC5A3 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 163 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.21 |
| HSL | 52.31º | 0.27% | 0.72% | - |
| HSV(B) | 52.31º | 0.19% | 0.79% | - |
| XYZ | 50.93 | 55.13 | 42.61 | - |
| YUV | 194.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 163 | 0 | 0.02 | 0.19 | 0.21 | 52.31 | 0.27 | 0.72 |
| Hex | CA | C5 | A3 | 0 | 2 | 13 | 15 | 34 | 1B | 48 |
| Octal | 312 | 305 | 243 | 0 | 2 | 23 | 25 | 64 | 33 | 110 |
| Binary | 11001010 | 11000101 | 10100011 | 0 | 10 | 10011 | 10101 | 110100 | 11011 | 1001000 |
Color Harmonies of #CAC5A3
Complementary color
Monochromatic Colors of #CAC5A3
Black with #CAC5A3
Text Example
Text Example
White with #CAC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5A3; }
p { color: rgb(202,197,163); }
H1.HeaderClassName
{
color: #CAC5A3;
}
.AnyTagClassName
{
color: #CAC5A3;
}
</style>
background-color css
<style>
a { background-color: #CAC5A3; }
a { background-color: rgb(202,197,163); }
div.DivClassName
{
background-color: #CAC5A3;
}
.BgClassName
{
background-color: #CAC5A3;
}
</style>
border-color css
<style>
span { border-color: #CAC5A3; }
span { border-color: rgb(202,197,163); }
td.TdClassName
{
border-color: #CAC5A3;
}
.TagClassName
{
border-color: #CAC5A3;
}
</style>