Shades of Kangaroo #CAC5A1
Tints of Kangaroo #CAC5A1
RGB
CMYK
RGB Variations
Color information
#CAC5A1 (or 0xCAC5A1) is known color: Kangaroo. HEX triplet: CA, C5 and A1. RGB value is (202,197,161). Sum of RGB (Red+Green+Blue) = 202+197+161=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC5A1 is #353A5E. Grayscale: #C2C2C2. Windows color (decimal): -3488351 or 10601930. OLE color: 10601930.
HSL color Cylindrical-coordinate representation of color #CAC5A1: hue angle of 52.68º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC5A1 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 161 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.21 |
| HSL | 52.68º | 0.28% | 0.71% | - |
| HSV(B) | 52.68º | 0.2% | 0.79% | - |
| XYZ | 50.76 | 55.06 | 41.67 | - |
| YUV | 194.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 161 | 0 | 0.02 | 0.20 | 0.21 | 52.68 | 0.28 | 0.71 |
| Hex | CA | C5 | A1 | 0 | 2 | 14 | 15 | 35 | 1C | 47 |
| Octal | 312 | 305 | 241 | 0 | 2 | 24 | 25 | 65 | 34 | 107 |
| Binary | 11001010 | 11000101 | 10100001 | 0 | 10 | 10100 | 10101 | 110101 | 11100 | 1000111 |
Color Harmonies of #CAC5A1
Complementary color
Monochromatic Colors of #CAC5A1
Black with #CAC5A1
Text Example
Text Example
White with #CAC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5A1; }
p { color: rgb(202,197,161); }
H1.HeaderClassName
{
color: #CAC5A1;
}
.AnyTagClassName
{
color: #CAC5A1;
}
</style>
background-color css
<style>
a { background-color: #CAC5A1; }
a { background-color: rgb(202,197,161); }
div.DivClassName
{
background-color: #CAC5A1;
}
.BgClassName
{
background-color: #CAC5A1;
}
</style>
border-color css
<style>
span { border-color: #CAC5A1; }
span { border-color: rgb(202,197,161); }
td.TdClassName
{
border-color: #CAC5A1;
}
.TagClassName
{
border-color: #CAC5A1;
}
</style>