Shades of Wild Willow #C0C863
Tints of Wild Willow #C0C863
RGB
CMYK
RGB Variations
Color information
#C0C863 (or 0xC0C863) is known color: Wild Willow. HEX triplet: C0, C8 and 63. RGB value is (192,200,99). Sum of RGB (Red+Green+Blue) = 192+200+99=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C863 is #3F379C. Grayscale: #BABABA. Windows color (decimal): -4143005 or 6539456. OLE color: 6539456.
HSL color Cylindrical-coordinate representation of color #C0C863: hue angle of 64.75º 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 #C0C863 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 99 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.22 |
| HSL | 64.75º | 0.48% | 0.59% | - |
| HSV(B) | 64.75º | 0.51% | 0.78% | - |
| XYZ | 44.64 | 53.42 | 19.76 | - |
| YUV | 186.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 99 | 0.04 | 0 | 0.50 | 0.22 | 64.75 | 0.48 | 0.59 |
| Hex | C0 | C8 | 63 | 4 | 0 | 32 | 16 | 41 | 30 | 3B |
| Octal | 300 | 310 | 143 | 4 | 0 | 62 | 26 | 101 | 60 | 73 |
| Binary | 11000000 | 11001000 | 1100011 | 100 | 0 | 110010 | 10110 | 1000001 | 110000 | 111011 |
Color Harmonies of #C0C863
Complementary color
Monochromatic Colors of #C0C863
Black with #C0C863
Text Example
Text Example
White with #C0C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C863; }
p { color: rgb(192,200,99); }
H1.HeaderClassName
{
color: #C0C863;
}
.AnyTagClassName
{
color: #C0C863;
}
</style>
background-color css
<style>
a { background-color: #C0C863; }
a { background-color: rgb(192,200,99); }
div.DivClassName
{
background-color: #C0C863;
}
.BgClassName
{
background-color: #C0C863;
}
</style>
border-color css
<style>
span { border-color: #C0C863; }
span { border-color: rgb(192,200,99); }
td.TdClassName
{
border-color: #C0C863;
}
.TagClassName
{
border-color: #C0C863;
}
</style>