Shades of Wild Willow #C0C060
Tints of Wild Willow #C0C060
RGB
CMYK
RGB Variations
Color information
#C0C060 (or 0xC0C060) is known color: Wild Willow. HEX triplet: C0, C0 and 60. RGB value is (192,192,96). Sum of RGB (Red+Green+Blue) = 192+192+96=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C060 is #3F3F9F. Grayscale: #B5B5B5. Windows color (decimal): -4145056 or 6340800. OLE color: 6340800.
HSL color Cylindrical-coordinate representation of color #C0C060: hue angle of 60º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C060 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 96 | - |
| CMYK | 0 | 0 | 0.50 | 0.25 |
| HSL | 60º | 0.43% | 0.56% | - |
| HSV(B) | 60º | 0.5% | 0.75% | - |
| XYZ | 42.7 | 49.75 | 18.42 | - |
| YUV | 181.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 96 | 0 | 0 | 0.50 | 0.25 | 60 | 0.43 | 0.56 |
| Hex | C0 | C0 | 60 | 0 | 0 | 32 | 19 | 3C | 2B | 38 |
| Octal | 300 | 300 | 140 | 0 | 0 | 62 | 31 | 74 | 53 | 70 |
| Binary | 11000000 | 11000000 | 1100000 | 0 | 0 | 110010 | 11001 | 111100 | 101011 | 111000 |
Color Harmonies of #C0C060
Complementary color
Monochromatic Colors of #C0C060
Black with #C0C060
Text Example
Text Example
White with #C0C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C060; }
p { color: rgb(192,192,96); }
H1.HeaderClassName
{
color: #C0C060;
}
.AnyTagClassName
{
color: #C0C060;
}
</style>
background-color css
<style>
a { background-color: #C0C060; }
a { background-color: rgb(192,192,96); }
div.DivClassName
{
background-color: #C0C060;
}
.BgClassName
{
background-color: #C0C060;
}
</style>
border-color css
<style>
span { border-color: #C0C060; }
span { border-color: rgb(192,192,96); }
td.TdClassName
{
border-color: #C0C060;
}
.TagClassName
{
border-color: #C0C060;
}
</style>