Shades of Wild Willow #C0C864
Tints of Wild Willow #C0C864
RGB
CMYK
RGB Variations
Color information
#C0C864 (or 0xC0C864) is known color: Wild Willow. HEX triplet: C0, C8 and 64. RGB value is (192,200,100). Sum of RGB (Red+Green+Blue) = 192+200+100=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C864 is #3F379B. Grayscale: #BABABA. Windows color (decimal): -4143004 or 6604992. OLE color: 6604992.
HSL color Cylindrical-coordinate representation of color #C0C864: hue angle of 64.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C864 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 100 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.22 |
| HSL | 64.8º | 0.48% | 0.59% | - |
| HSV(B) | 64.8º | 0.5% | 0.78% | - |
| XYZ | 44.69 | 53.44 | 20.02 | - |
| YUV | 186.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 100 | 0.04 | 0 | 0.5 | 0.22 | 64.8 | 0.48 | 0.59 |
| Hex | C0 | C8 | 64 | 4 | 0 | 32 | 16 | 41 | 30 | 3B |
| Octal | 300 | 310 | 144 | 4 | 0 | 62 | 26 | 101 | 60 | 73 |
| Binary | 11000000 | 11001000 | 1100100 | 100 | 0 | 110010 | 10110 | 1000001 | 110000 | 111011 |
Color Harmonies of #C0C864
Complementary color
Monochromatic Colors of #C0C864
Black with #C0C864
Text Example
Text Example
White with #C0C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C864; }
p { color: rgb(192,200,100); }
H1.HeaderClassName
{
color: #C0C864;
}
.AnyTagClassName
{
color: #C0C864;
}
</style>
background-color css
<style>
a { background-color: #C0C864; }
a { background-color: rgb(192,200,100); }
div.DivClassName
{
background-color: #C0C864;
}
.BgClassName
{
background-color: #C0C864;
}
</style>
border-color css
<style>
span { border-color: #C0C864; }
span { border-color: rgb(192,200,100); }
td.TdClassName
{
border-color: #C0C864;
}
.TagClassName
{
border-color: #C0C864;
}
</style>