Shades of Kangaroo #CAC6A6
Tints of Kangaroo #CAC6A6
RGB
CMYK
RGB Variations
Color information
#CAC6A6 (or 0xCAC6A6) is known color: Kangaroo. HEX triplet: CA, C6 and A6. RGB value is (202,198,166). Sum of RGB (Red+Green+Blue) = 202+198+166=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6A6 is #353959. Grayscale: #C3C3C3. Windows color (decimal): -3488090 or 10929866. OLE color: 10929866.
HSL color Cylindrical-coordinate representation of color #CAC6A6: hue angle of 53.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC6A6 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 166 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.21 |
| HSL | 53.33º | 0.25% | 0.72% | - |
| HSV(B) | 53.33º | 0.18% | 0.79% | - |
| XYZ | 51.43 | 55.7 | 44.12 | - |
| YUV | 195.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 166 | 0 | 0.02 | 0.18 | 0.21 | 53.33 | 0.25 | 0.72 |
| Hex | CA | C6 | A6 | 0 | 2 | 12 | 15 | 35 | 19 | 48 |
| Octal | 312 | 306 | 246 | 0 | 2 | 22 | 25 | 65 | 31 | 110 |
| Binary | 11001010 | 11000110 | 10100110 | 0 | 10 | 10010 | 10101 | 110101 | 11001 | 1001000 |
Color Harmonies of #CAC6A6
Complementary color
Monochromatic Colors of #CAC6A6
Black with #CAC6A6
Text Example
Text Example
White with #CAC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6A6; }
p { color: rgb(202,198,166); }
H1.HeaderClassName
{
color: #CAC6A6;
}
.AnyTagClassName
{
color: #CAC6A6;
}
</style>
background-color css
<style>
a { background-color: #CAC6A6; }
a { background-color: rgb(202,198,166); }
div.DivClassName
{
background-color: #CAC6A6;
}
.BgClassName
{
background-color: #CAC6A6;
}
</style>
border-color css
<style>
span { border-color: #CAC6A6; }
span { border-color: rgb(202,198,166); }
td.TdClassName
{
border-color: #CAC6A6;
}
.TagClassName
{
border-color: #CAC6A6;
}
</style>