Shades of Wild Willow #C0C960
Tints of Wild Willow #C0C960
RGB
CMYK
RGB Variations
Color information
#C0C960 (or 0xC0C960) is known color: Wild Willow. HEX triplet: C0, C9 and 60. RGB value is (192,201,96). Sum of RGB (Red+Green+Blue) = 192+201+96=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C960 is #3F369F. Grayscale: #BABABA. Windows color (decimal): -4142752 or 6343104. OLE color: 6343104.
HSL color Cylindrical-coordinate representation of color #C0C960: hue angle of 65.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0C960 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 96 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.21 |
| HSL | 65.14º | 0.49% | 0.58% | - |
| HSV(B) | 65.14º | 0.52% | 0.79% | - |
| XYZ | 44.74 | 53.82 | 19.1 | - |
| YUV | 186.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 96 | 0.04 | 0 | 0.52 | 0.21 | 65.14 | 0.49 | 0.58 |
| Hex | C0 | C9 | 60 | 4 | 0 | 34 | 15 | 41 | 31 | 3A |
| Octal | 300 | 311 | 140 | 4 | 0 | 64 | 25 | 101 | 61 | 72 |
| Binary | 11000000 | 11001001 | 1100000 | 100 | 0 | 110100 | 10101 | 1000001 | 110001 | 111010 |
Color Harmonies of #C0C960
Complementary color
Monochromatic Colors of #C0C960
Black with #C0C960
Text Example
Text Example
White with #C0C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C960; }
p { color: rgb(192,201,96); }
H1.HeaderClassName
{
color: #C0C960;
}
.AnyTagClassName
{
color: #C0C960;
}
</style>
background-color css
<style>
a { background-color: #C0C960; }
a { background-color: rgb(192,201,96); }
div.DivClassName
{
background-color: #C0C960;
}
.BgClassName
{
background-color: #C0C960;
}
</style>
border-color css
<style>
span { border-color: #C0C960; }
span { border-color: rgb(192,201,96); }
td.TdClassName
{
border-color: #C0C960;
}
.TagClassName
{
border-color: #C0C960;
}
</style>