Shades of Wild Willow #C0C160
Tints of Wild Willow #C0C160
RGB
CMYK
RGB Variations
Color information
#C0C160 (or 0xC0C160) is known color: Wild Willow. HEX triplet: C0, C1 and 60. RGB value is (192,193,96). Sum of RGB (Red+Green+Blue) = 192+193+96=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C160 is #3F3E9F. Grayscale: #B6B6B6. Windows color (decimal): -4144800 or 6341056. OLE color: 6341056.
HSL color Cylindrical-coordinate representation of color #C0C160: hue angle of 60.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C160 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 96 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.24 |
| HSL | 60.62º | 0.44% | 0.57% | - |
| HSV(B) | 60.62º | 0.5% | 0.76% | - |
| XYZ | 42.92 | 50.19 | 18.49 | - |
| YUV | 181.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 96 | 0.01 | 0 | 0.50 | 0.24 | 60.62 | 0.44 | 0.57 |
| Hex | C0 | C1 | 60 | 1 | 0 | 32 | 18 | 3D | 2C | 39 |
| Octal | 300 | 301 | 140 | 1 | 0 | 62 | 30 | 75 | 54 | 71 |
| Binary | 11000000 | 11000001 | 1100000 | 1 | 0 | 110010 | 11000 | 111101 | 101100 | 111001 |
Color Harmonies of #C0C160
Complementary color
Monochromatic Colors of #C0C160
Black with #C0C160
Text Example
Text Example
White with #C0C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C160; }
p { color: rgb(192,193,96); }
H1.HeaderClassName
{
color: #C0C160;
}
.AnyTagClassName
{
color: #C0C160;
}
</style>
background-color css
<style>
a { background-color: #C0C160; }
a { background-color: rgb(192,193,96); }
div.DivClassName
{
background-color: #C0C160;
}
.BgClassName
{
background-color: #C0C160;
}
</style>
border-color css
<style>
span { border-color: #C0C160; }
span { border-color: rgb(192,193,96); }
td.TdClassName
{
border-color: #C0C160;
}
.TagClassName
{
border-color: #C0C160;
}
</style>