Shades of Kangaroo #CAC9A3
Tints of Kangaroo #CAC9A3
RGB
CMYK
RGB Variations
Color information
#CAC9A3 (or 0xCAC9A3) is known color: Kangaroo. HEX triplet: CA, C9 and A3. RGB value is (202,201,163). Sum of RGB (Red+Green+Blue) = 202+201+163=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC9A3 is #35365C. Grayscale: #C5C5C5. Windows color (decimal): -3487325 or 10734026. OLE color: 10734026.
HSL color Cylindrical-coordinate representation of color #CAC9A3: hue angle of 58.46º 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 #CAC9A3 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 163 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.21 |
| HSL | 58.46º | 0.27% | 0.72% | - |
| HSV(B) | 58.46º | 0.19% | 0.79% | - |
| XYZ | 51.85 | 56.97 | 42.91 | - |
| YUV | 196.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 163 | 0 | 0.00 | 0.19 | 0.21 | 58.46 | 0.27 | 0.72 |
| Hex | CA | C9 | A3 | 0 | 0 | 13 | 15 | 3A | 1B | 48 |
| Octal | 312 | 311 | 243 | 0 | 0 | 23 | 25 | 72 | 33 | 110 |
| Binary | 11001010 | 11001001 | 10100011 | 0 | 0 | 10011 | 10101 | 111010 | 11011 | 1001000 |
Color Harmonies of #CAC9A3
Complementary color
Monochromatic Colors of #CAC9A3
Black with #CAC9A3
Text Example
Text Example
White with #CAC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9A3; }
p { color: rgb(202,201,163); }
H1.HeaderClassName
{
color: #CAC9A3;
}
.AnyTagClassName
{
color: #CAC9A3;
}
</style>
background-color css
<style>
a { background-color: #CAC9A3; }
a { background-color: rgb(202,201,163); }
div.DivClassName
{
background-color: #CAC9A3;
}
.BgClassName
{
background-color: #CAC9A3;
}
</style>
border-color css
<style>
span { border-color: #CAC9A3; }
span { border-color: rgb(202,201,163); }
td.TdClassName
{
border-color: #CAC9A3;
}
.TagClassName
{
border-color: #CAC9A3;
}
</style>