Shades of Kangaroo #C2C0A6
Tints of Kangaroo #C2C0A6
RGB
CMYK
RGB Variations
Color information
#C2C0A6 (or 0xC2C0A6) is known color: Kangaroo. HEX triplet: C2, C0 and A6. RGB value is (194,192,166). Sum of RGB (Red+Green+Blue) = 194+192+166=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0A6 is #3D3F59. Grayscale: #BDBDBD. Windows color (decimal): -4013914 or 10928322. OLE color: 10928322.
HSL color Cylindrical-coordinate representation of color #C2C0A6: hue angle of 55.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C0A6 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 166 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.24 |
| HSL | 55.71º | 0.19% | 0.71% | - |
| HSV(B) | 55.71º | 0.14% | 0.76% | - |
| XYZ | 47.98 | 51.92 | 43.57 | - |
| YUV | 189.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 166 | 0 | 0.01 | 0.14 | 0.24 | 55.71 | 0.19 | 0.71 |
| Hex | C2 | C0 | A6 | 0 | 1 | E | 18 | 38 | 13 | 47 |
| Octal | 302 | 300 | 246 | 0 | 1 | 16 | 30 | 70 | 23 | 107 |
| Binary | 11000010 | 11000000 | 10100110 | 0 | 1 | 1110 | 11000 | 111000 | 10011 | 1000111 |
Color Harmonies of #C2C0A6
Complementary color
Monochromatic Colors of #C2C0A6
Black with #C2C0A6
Text Example
Text Example
White with #C2C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0A6; }
p { color: rgb(194,192,166); }
H1.HeaderClassName
{
color: #C2C0A6;
}
.AnyTagClassName
{
color: #C2C0A6;
}
</style>
background-color css
<style>
a { background-color: #C2C0A6; }
a { background-color: rgb(194,192,166); }
div.DivClassName
{
background-color: #C2C0A6;
}
.BgClassName
{
background-color: #C2C0A6;
}
</style>
border-color css
<style>
span { border-color: #C2C0A6; }
span { border-color: rgb(194,192,166); }
td.TdClassName
{
border-color: #C2C0A6;
}
.TagClassName
{
border-color: #C2C0A6;
}
</style>