Shades of Wild Willow #C8D760
Tints of Wild Willow #C8D760
RGB
CMYK
RGB Variations
Color information
#C8D760 (or 0xC8D760) is known color: Wild Willow. HEX triplet: C8, D7 and 60. RGB value is (200,215,96). Sum of RGB (Red+Green+Blue) = 200+215+96=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D760 is #37289F. Grayscale: #C5C5C5. Windows color (decimal): -3614880 or 6346696. OLE color: 6346696.
HSL color Cylindrical-coordinate representation of color #C8D760: hue angle of 67.56º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8D760 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 96 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.16 |
| HSL | 67.56º | 0.6% | 0.61% | - |
| HSV(B) | 67.56º | 0.55% | 0.84% | - |
| XYZ | 50.23 | 61.72 | 20.33 | - |
| YUV | 196.95 | 71.03 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 96 | 0.07 | 0 | 0.55 | 0.16 | 67.56 | 0.6 | 0.61 |
| Hex | C8 | D7 | 60 | 7 | 0 | 37 | 10 | 44 | 3C | 3D |
| Octal | 310 | 327 | 140 | 7 | 0 | 67 | 20 | 104 | 74 | 75 |
| Binary | 11001000 | 11010111 | 1100000 | 111 | 0 | 110111 | 10000 | 1000100 | 111100 | 111101 |
Color Harmonies of #C8D760
Complementary color
Monochromatic Colors of #C8D760
Black with #C8D760
Text Example
Text Example
White with #C8D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D760; }
p { color: rgb(200,215,96); }
H1.HeaderClassName
{
color: #C8D760;
}
.AnyTagClassName
{
color: #C8D760;
}
</style>
background-color css
<style>
a { background-color: #C8D760; }
a { background-color: rgb(200,215,96); }
div.DivClassName
{
background-color: #C8D760;
}
.BgClassName
{
background-color: #C8D760;
}
</style>
border-color css
<style>
span { border-color: #C8D760; }
span { border-color: rgb(200,215,96); }
td.TdClassName
{
border-color: #C8D760;
}
.TagClassName
{
border-color: #C8D760;
}
</style>