Shades of Wild Willow #C0C86C
Tints of Wild Willow #C0C86C
RGB
CMYK
RGB Variations
Color information
#C0C86C (or 0xC0C86C) is known color: Wild Willow. HEX triplet: C0, C8 and 6C. RGB value is (192,200,108). Sum of RGB (Red+Green+Blue) = 192+200+108=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C86C is #3F3793. Grayscale: #BBBBBB. Windows color (decimal): -4142996 or 7129280. OLE color: 7129280.
HSL color Cylindrical-coordinate representation of color #C0C86C: hue angle of 65.22º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0C86C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 108 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.22 |
| HSL | 65.22º | 0.46% | 0.6% | - |
| HSV(B) | 65.22º | 0.46% | 0.78% | - |
| XYZ | 45.1 | 53.6 | 22.16 | - |
| YUV | 187.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 108 | 0.04 | 0 | 0.46 | 0.22 | 65.22 | 0.46 | 0.6 |
| Hex | C0 | C8 | 6C | 4 | 0 | 2E | 16 | 41 | 2E | 3C |
| Octal | 300 | 310 | 154 | 4 | 0 | 56 | 26 | 101 | 56 | 74 |
| Binary | 11000000 | 11001000 | 1101100 | 100 | 0 | 101110 | 10110 | 1000001 | 101110 | 111100 |
Color Harmonies of #C0C86C
Complementary color
Monochromatic Colors of #C0C86C
Black with #C0C86C
Text Example
Text Example
White with #C0C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C86C; }
p { color: rgb(192,200,108); }
H1.HeaderClassName
{
color: #C0C86C;
}
.AnyTagClassName
{
color: #C0C86C;
}
</style>
background-color css
<style>
a { background-color: #C0C86C; }
a { background-color: rgb(192,200,108); }
div.DivClassName
{
background-color: #C0C86C;
}
.BgClassName
{
background-color: #C0C86C;
}
</style>
border-color css
<style>
span { border-color: #C0C86C; }
span { border-color: rgb(192,200,108); }
td.TdClassName
{
border-color: #C0C86C;
}
.TagClassName
{
border-color: #C0C86C;
}
</style>