Shades of Kangaroo #C2C0A7
Tints of Kangaroo #C2C0A7
RGB
CMYK
RGB Variations
Color information
#C2C0A7 (or 0xC2C0A7) is known color: Kangaroo. HEX triplet: C2, C0 and A7. RGB value is (194,192,167). Sum of RGB (Red+Green+Blue) = 194+192+167=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0A7 is #3D3F58. Grayscale: #BDBDBD. Windows color (decimal): -4013913 or 10993858. OLE color: 10993858.
HSL color Cylindrical-coordinate representation of color #C2C0A7: hue angle of 55.56º degrees, saturation: 0.18, 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 #C2C0A7 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 167 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.24 |
| HSL | 55.56º | 0.18% | 0.71% | - |
| HSV(B) | 55.56º | 0.14% | 0.76% | - |
| XYZ | 48.07 | 51.96 | 44.05 | - |
| YUV | 189.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 167 | 0 | 0.01 | 0.14 | 0.24 | 55.56 | 0.18 | 0.71 |
| Hex | C2 | C0 | A7 | 0 | 1 | E | 18 | 38 | 12 | 47 |
| Octal | 302 | 300 | 247 | 0 | 1 | 16 | 30 | 70 | 22 | 107 |
| Binary | 11000010 | 11000000 | 10100111 | 0 | 1 | 1110 | 11000 | 111000 | 10010 | 1000111 |
Color Harmonies of #C2C0A7
Complementary color
Monochromatic Colors of #C2C0A7
Black with #C2C0A7
Text Example
Text Example
White with #C2C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0A7; }
p { color: rgb(194,192,167); }
H1.HeaderClassName
{
color: #C2C0A7;
}
.AnyTagClassName
{
color: #C2C0A7;
}
</style>
background-color css
<style>
a { background-color: #C2C0A7; }
a { background-color: rgb(194,192,167); }
div.DivClassName
{
background-color: #C2C0A7;
}
.BgClassName
{
background-color: #C2C0A7;
}
</style>
border-color css
<style>
span { border-color: #C2C0A7; }
span { border-color: rgb(194,192,167); }
td.TdClassName
{
border-color: #C2C0A7;
}
.TagClassName
{
border-color: #C2C0A7;
}
</style>