Shades of Wild Willow #C0CF59
Tints of Wild Willow #C0CF59
RGB
CMYK
RGB Variations
Color information
#C0CF59 (or 0xC0CF59) is known color: Wild Willow. HEX triplet: C0, CF and 59. RGB value is (192,207,89). Sum of RGB (Red+Green+Blue) = 192+207+89=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF59 is #3F30A6. Grayscale: #BDBDBD. Windows color (decimal): -4141223 or 5885888. OLE color: 5885888.
HSL color Cylindrical-coordinate representation of color #C0CF59: hue angle of 67.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0CF59 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 89 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.19 |
| HSL | 67.63º | 0.55% | 0.58% | - |
| HSV(B) | 67.63º | 0.57% | 0.81% | - |
| XYZ | 45.85 | 56.55 | 17.95 | - |
| YUV | 189.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 89 | 0.07 | 0 | 0.57 | 0.19 | 67.63 | 0.55 | 0.58 |
| Hex | C0 | CF | 59 | 7 | 0 | 39 | 13 | 44 | 37 | 3A |
| Octal | 300 | 317 | 131 | 7 | 0 | 71 | 23 | 104 | 67 | 72 |
| Binary | 11000000 | 11001111 | 1011001 | 111 | 0 | 111001 | 10011 | 1000100 | 110111 | 111010 |
Color Harmonies of #C0CF59
Complementary color
Monochromatic Colors of #C0CF59
Black with #C0CF59
Text Example
Text Example
White with #C0CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF59; }
p { color: rgb(192,207,89); }
H1.HeaderClassName
{
color: #C0CF59;
}
.AnyTagClassName
{
color: #C0CF59;
}
</style>
background-color css
<style>
a { background-color: #C0CF59; }
a { background-color: rgb(192,207,89); }
div.DivClassName
{
background-color: #C0CF59;
}
.BgClassName
{
background-color: #C0CF59;
}
</style>
border-color css
<style>
span { border-color: #C0CF59; }
span { border-color: rgb(192,207,89); }
td.TdClassName
{
border-color: #C0CF59;
}
.TagClassName
{
border-color: #C0CF59;
}
</style>