Shades of Kangaroo #CAC4A7
Tints of Kangaroo #CAC4A7
RGB
CMYK
RGB Variations
Color information
#CAC4A7 (or 0xCAC4A7) is known color: Kangaroo. HEX triplet: CA, C4 and A7. RGB value is (202,196,167). Sum of RGB (Red+Green+Blue) = 202+196+167=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4A7 is #353B58. Grayscale: #C2C2C2. Windows color (decimal): -3488601 or 10994890. OLE color: 10994890.
HSL color Cylindrical-coordinate representation of color #CAC4A7: hue angle of 49.71º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC4A7 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 167 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.21 |
| HSL | 49.71º | 0.25% | 0.72% | - |
| HSV(B) | 49.71º | 0.17% | 0.79% | - |
| XYZ | 51.07 | 54.83 | 44.45 | - |
| YUV | 194.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 167 | 0 | 0.03 | 0.17 | 0.21 | 49.71 | 0.25 | 0.72 |
| Hex | CA | C4 | A7 | 0 | 3 | 11 | 15 | 32 | 19 | 48 |
| Octal | 312 | 304 | 247 | 0 | 3 | 21 | 25 | 62 | 31 | 110 |
| Binary | 11001010 | 11000100 | 10100111 | 0 | 11 | 10001 | 10101 | 110010 | 11001 | 1001000 |
Color Harmonies of #CAC4A7
Complementary color
Monochromatic Colors of #CAC4A7
Black with #CAC4A7
Text Example
Text Example
White with #CAC4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4A7; }
p { color: rgb(202,196,167); }
H1.HeaderClassName
{
color: #CAC4A7;
}
.AnyTagClassName
{
color: #CAC4A7;
}
</style>
background-color css
<style>
a { background-color: #CAC4A7; }
a { background-color: rgb(202,196,167); }
div.DivClassName
{
background-color: #CAC4A7;
}
.BgClassName
{
background-color: #CAC4A7;
}
</style>
border-color css
<style>
span { border-color: #CAC4A7; }
span { border-color: rgb(202,196,167); }
td.TdClassName
{
border-color: #CAC4A7;
}
.TagClassName
{
border-color: #CAC4A7;
}
</style>