Shades of Kangaroo #C2C0AC
Tints of Kangaroo #C2C0AC
RGB
CMYK
RGB Variations
Color information
#C2C0AC (or 0xC2C0AC) is known color: Kangaroo. HEX triplet: C2, C0 and AC. RGB value is (194,192,172). Sum of RGB (Red+Green+Blue) = 194+192+172=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AC is #3D3F53. Grayscale: #BEBEBE. Windows color (decimal): -4013908 or 11321538. OLE color: 11321538.
HSL color Cylindrical-coordinate representation of color #C2C0AC: hue angle of 54.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C0AC is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 172 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.24 |
| HSL | 54.55º | 0.15% | 0.72% | - |
| HSV(B) | 54.55º | 0.11% | 0.76% | - |
| XYZ | 48.54 | 52.15 | 46.54 | - |
| YUV | 190.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 172 | 0 | 0.01 | 0.11 | 0.24 | 54.55 | 0.15 | 0.72 |
| Hex | C2 | C0 | AC | 0 | 1 | B | 18 | 37 | F | 48 |
| Octal | 302 | 300 | 254 | 0 | 1 | 13 | 30 | 67 | 17 | 110 |
| Binary | 11000010 | 11000000 | 10101100 | 0 | 1 | 1011 | 11000 | 110111 | 1111 | 1001000 |
Color Harmonies of #C2C0AC
Complementary color
Monochromatic Colors of #C2C0AC
Black with #C2C0AC
Text Example
Text Example
White with #C2C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0AC; }
p { color: rgb(194,192,172); }
H1.HeaderClassName
{
color: #C2C0AC;
}
.AnyTagClassName
{
color: #C2C0AC;
}
</style>
background-color css
<style>
a { background-color: #C2C0AC; }
a { background-color: rgb(194,192,172); }
div.DivClassName
{
background-color: #C2C0AC;
}
.BgClassName
{
background-color: #C2C0AC;
}
</style>
border-color css
<style>
span { border-color: #C2C0AC; }
span { border-color: rgb(194,192,172); }
td.TdClassName
{
border-color: #C2C0AC;
}
.TagClassName
{
border-color: #C2C0AC;
}
</style>