Shades of Wild Willow #C0CF62
Tints of Wild Willow #C0CF62
RGB
CMYK
RGB Variations
Color information
#C0CF62 (or 0xC0CF62) is known color: Wild Willow. HEX triplet: C0, CF and 62. RGB value is (192,207,98). Sum of RGB (Red+Green+Blue) = 192+207+98=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF62 is #3F309D. Grayscale: #BEBEBE. Windows color (decimal): -4141214 or 6475712. OLE color: 6475712.
HSL color Cylindrical-coordinate representation of color #C0CF62: hue angle of 68.26º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0CF62 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 98 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.19 |
| HSL | 68.26º | 0.53% | 0.6% | - |
| HSV(B) | 68.26º | 0.53% | 0.81% | - |
| XYZ | 46.26 | 56.71 | 20.06 | - |
| YUV | 190.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 98 | 0.07 | 0 | 0.53 | 0.19 | 68.26 | 0.53 | 0.6 |
| Hex | C0 | CF | 62 | 7 | 0 | 35 | 13 | 44 | 35 | 3C |
| Octal | 300 | 317 | 142 | 7 | 0 | 65 | 23 | 104 | 65 | 74 |
| Binary | 11000000 | 11001111 | 1100010 | 111 | 0 | 110101 | 10011 | 1000100 | 110101 | 111100 |
Color Harmonies of #C0CF62
Complementary color
Monochromatic Colors of #C0CF62
Black with #C0CF62
Text Example
Text Example
White with #C0CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF62; }
p { color: rgb(192,207,98); }
H1.HeaderClassName
{
color: #C0CF62;
}
.AnyTagClassName
{
color: #C0CF62;
}
</style>
background-color css
<style>
a { background-color: #C0CF62; }
a { background-color: rgb(192,207,98); }
div.DivClassName
{
background-color: #C0CF62;
}
.BgClassName
{
background-color: #C0CF62;
}
</style>
border-color css
<style>
span { border-color: #C0CF62; }
span { border-color: rgb(192,207,98); }
td.TdClassName
{
border-color: #C0CF62;
}
.TagClassName
{
border-color: #C0CF62;
}
</style>