Shades of Kangaroo #C2C0AA
Tints of Kangaroo #C2C0AA
RGB
CMYK
RGB Variations
Color information
#C2C0AA (or 0xC2C0AA) is known color: Kangaroo. HEX triplet: C2, C0 and AA. RGB value is (194,192,170). Sum of RGB (Red+Green+Blue) = 194+192+170=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AA is #3D3F55. Grayscale: #BEBEBE. Windows color (decimal): -4013910 or 11190466. OLE color: 11190466.
HSL color Cylindrical-coordinate representation of color #C2C0AA: hue angle of 55º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C0AA is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 170 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.24 |
| HSL | 55º | 0.16% | 0.71% | - |
| HSV(B) | 55º | 0.12% | 0.76% | - |
| XYZ | 48.35 | 52.07 | 45.53 | - |
| YUV | 190.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 170 | 0 | 0.01 | 0.12 | 0.24 | 55 | 0.16 | 0.71 |
| Hex | C2 | C0 | AA | 0 | 1 | C | 18 | 37 | 10 | 47 |
| Octal | 302 | 300 | 252 | 0 | 1 | 14 | 30 | 67 | 20 | 107 |
| Binary | 11000010 | 11000000 | 10101010 | 0 | 1 | 1100 | 11000 | 110111 | 10000 | 1000111 |
Color Harmonies of #C2C0AA
Complementary color
Monochromatic Colors of #C2C0AA
Black with #C2C0AA
Text Example
Text Example
White with #C2C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0AA; }
p { color: rgb(194,192,170); }
H1.HeaderClassName
{
color: #C2C0AA;
}
.AnyTagClassName
{
color: #C2C0AA;
}
</style>
background-color css
<style>
a { background-color: #C2C0AA; }
a { background-color: rgb(194,192,170); }
div.DivClassName
{
background-color: #C2C0AA;
}
.BgClassName
{
background-color: #C2C0AA;
}
</style>
border-color css
<style>
span { border-color: #C2C0AA; }
span { border-color: rgb(194,192,170); }
td.TdClassName
{
border-color: #C2C0AA;
}
.TagClassName
{
border-color: #C2C0AA;
}
</style>