Shades of Wild Willow #C0C964
Tints of Wild Willow #C0C964
RGB
CMYK
RGB Variations
Color information
#C0C964 (or 0xC0C964) is known color: Wild Willow. HEX triplet: C0, C9 and 64. RGB value is (192,201,100). Sum of RGB (Red+Green+Blue) = 192+201+100=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C964 is #3F369B. Grayscale: #BBBBBB. Windows color (decimal): -4142748 or 6605248. OLE color: 6605248.
HSL color Cylindrical-coordinate representation of color #C0C964: hue angle of 65.35º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C964 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 100 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.21 |
| HSL | 65.35º | 0.48% | 0.59% | - |
| HSV(B) | 65.35º | 0.5% | 0.79% | - |
| XYZ | 44.93 | 53.9 | 20.09 | - |
| YUV | 186.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 100 | 0.04 | 0 | 0.50 | 0.21 | 65.35 | 0.48 | 0.59 |
| Hex | C0 | C9 | 64 | 4 | 0 | 32 | 15 | 41 | 30 | 3B |
| Octal | 300 | 311 | 144 | 4 | 0 | 62 | 25 | 101 | 60 | 73 |
| Binary | 11000000 | 11001001 | 1100100 | 100 | 0 | 110010 | 10101 | 1000001 | 110000 | 111011 |
Color Harmonies of #C0C964
Complementary color
Monochromatic Colors of #C0C964
Black with #C0C964
Text Example
Text Example
White with #C0C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C964; }
p { color: rgb(192,201,100); }
H1.HeaderClassName
{
color: #C0C964;
}
.AnyTagClassName
{
color: #C0C964;
}
</style>
background-color css
<style>
a { background-color: #C0C964; }
a { background-color: rgb(192,201,100); }
div.DivClassName
{
background-color: #C0C964;
}
.BgClassName
{
background-color: #C0C964;
}
</style>
border-color css
<style>
span { border-color: #C0C964; }
span { border-color: rgb(192,201,100); }
td.TdClassName
{
border-color: #C0C964;
}
.TagClassName
{
border-color: #C0C964;
}
</style>