Shades of Wild Willow #C0CF66
Tints of Wild Willow #C0CF66
RGB
CMYK
RGB Variations
Color information
#C0CF66 (or 0xC0CF66) is known color: Wild Willow. HEX triplet: C0, CF and 66. RGB value is (192,207,102). Sum of RGB (Red+Green+Blue) = 192+207+102=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF66 is #3F3099. Grayscale: #BEBEBE. Windows color (decimal): -4141210 or 6737856. OLE color: 6737856.
HSL color Cylindrical-coordinate representation of color #C0CF66: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0CF66 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 102 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.19 |
| HSL | 68.57º | 0.52% | 0.61% | - |
| HSV(B) | 68.57º | 0.51% | 0.81% | - |
| XYZ | 46.45 | 56.79 | 21.08 | - |
| YUV | 190.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 102 | 0.07 | 0 | 0.51 | 0.19 | 68.57 | 0.52 | 0.61 |
| Hex | C0 | CF | 66 | 7 | 0 | 33 | 13 | 45 | 34 | 3D |
| Octal | 300 | 317 | 146 | 7 | 0 | 63 | 23 | 105 | 64 | 75 |
| Binary | 11000000 | 11001111 | 1100110 | 111 | 0 | 110011 | 10011 | 1000101 | 110100 | 111101 |
Color Harmonies of #C0CF66
Complementary color
Monochromatic Colors of #C0CF66
Black with #C0CF66
Text Example
Text Example
White with #C0CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF66; }
p { color: rgb(192,207,102); }
H1.HeaderClassName
{
color: #C0CF66;
}
.AnyTagClassName
{
color: #C0CF66;
}
</style>
background-color css
<style>
a { background-color: #C0CF66; }
a { background-color: rgb(192,207,102); }
div.DivClassName
{
background-color: #C0CF66;
}
.BgClassName
{
background-color: #C0CF66;
}
</style>
border-color css
<style>
span { border-color: #C0CF66; }
span { border-color: rgb(192,207,102); }
td.TdClassName
{
border-color: #C0CF66;
}
.TagClassName
{
border-color: #C0CF66;
}
</style>