Shades of Kangaroo #CAC8AB
Tints of Kangaroo #CAC8AB
RGB
CMYK
RGB Variations
Color information
#CAC8AB (or 0xCAC8AB) is known color: Kangaroo. HEX triplet: CA, C8 and AB. RGB value is (202,200,171). Sum of RGB (Red+Green+Blue) = 202+200+171=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC8AB is #353754. Grayscale: #C5C5C5. Windows color (decimal): -3487573 or 11258058. OLE color: 11258058.
HSL color Cylindrical-coordinate representation of color #CAC8AB: hue angle of 56.13º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC8AB is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 171 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.21 |
| HSL | 56.13º | 0.23% | 0.73% | - |
| HSV(B) | 56.13º | 0.15% | 0.79% | - |
| XYZ | 52.36 | 56.81 | 46.73 | - |
| YUV | 197.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 171 | 0 | 0.01 | 0.15 | 0.21 | 56.13 | 0.23 | 0.73 |
| Hex | CA | C8 | AB | 0 | 1 | F | 15 | 38 | 17 | 49 |
| Octal | 312 | 310 | 253 | 0 | 1 | 17 | 25 | 70 | 27 | 111 |
| Binary | 11001010 | 11001000 | 10101011 | 0 | 1 | 1111 | 10101 | 111000 | 10111 | 1001001 |
Color Harmonies of #CAC8AB
Complementary color
Monochromatic Colors of #CAC8AB
Black with #CAC8AB
Text Example
Text Example
White with #CAC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8AB; }
p { color: rgb(202,200,171); }
H1.HeaderClassName
{
color: #CAC8AB;
}
.AnyTagClassName
{
color: #CAC8AB;
}
</style>
background-color css
<style>
a { background-color: #CAC8AB; }
a { background-color: rgb(202,200,171); }
div.DivClassName
{
background-color: #CAC8AB;
}
.BgClassName
{
background-color: #CAC8AB;
}
</style>
border-color css
<style>
span { border-color: #CAC8AB; }
span { border-color: rgb(202,200,171); }
td.TdClassName
{
border-color: #CAC8AB;
}
.TagClassName
{
border-color: #CAC8AB;
}
</style>