Shades of Kangaroo #C2C0AF
Tints of Kangaroo #C2C0AF
RGB
CMYK
RGB Variations
Color information
#C2C0AF (or 0xC2C0AF) is known color: Kangaroo. HEX triplet: C2, C0 and AF. RGB value is (194,192,175). Sum of RGB (Red+Green+Blue) = 194+192+175=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AF is #3D3F50. Grayscale: #BEBEBE. Windows color (decimal): -4013905 or 11518146. OLE color: 11518146.
HSL color Cylindrical-coordinate representation of color #C2C0AF: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C0AF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 175 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.24 |
| HSL | 53.68º | 0.13% | 0.72% | - |
| HSV(B) | 53.68º | 0.1% | 0.76% | - |
| XYZ | 48.84 | 52.26 | 48.07 | - |
| YUV | 190.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 175 | 0 | 0.01 | 0.10 | 0.24 | 53.68 | 0.13 | 0.72 |
| Hex | C2 | C0 | AF | 0 | 1 | A | 18 | 36 | D | 48 |
| Octal | 302 | 300 | 257 | 0 | 1 | 12 | 30 | 66 | 15 | 110 |
| Binary | 11000010 | 11000000 | 10101111 | 0 | 1 | 1010 | 11000 | 110110 | 1101 | 1001000 |
Color Harmonies of #C2C0AF
Complementary color
Monochromatic Colors of #C2C0AF
Black with #C2C0AF
Text Example
Text Example
White with #C2C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0AF; }
p { color: rgb(194,192,175); }
H1.HeaderClassName
{
color: #C2C0AF;
}
.AnyTagClassName
{
color: #C2C0AF;
}
</style>
background-color css
<style>
a { background-color: #C2C0AF; }
a { background-color: rgb(194,192,175); }
div.DivClassName
{
background-color: #C2C0AF;
}
.BgClassName
{
background-color: #C2C0AF;
}
</style>
border-color css
<style>
span { border-color: #C2C0AF; }
span { border-color: rgb(194,192,175); }
td.TdClassName
{
border-color: #C2C0AF;
}
.TagClassName
{
border-color: #C2C0AF;
}
</style>