Shades of Wild Willow #C8D960
Tints of Wild Willow #C8D960
RGB
CMYK
RGB Variations
Color information
#C8D960 (or 0xC8D960) is known color: Wild Willow. HEX triplet: C8, D9 and 60. RGB value is (200,217,96). Sum of RGB (Red+Green+Blue) = 200+217+96=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D960 is #37269F. Grayscale: #C6C6C6. Windows color (decimal): -3614368 or 6347208. OLE color: 6347208.
HSL color Cylindrical-coordinate representation of color #C8D960: hue angle of 68.43º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8D960 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 96 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.15 |
| HSL | 68.43º | 0.61% | 0.61% | - |
| HSV(B) | 68.43º | 0.56% | 0.85% | - |
| XYZ | 50.74 | 62.75 | 20.5 | - |
| YUV | 198.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 96 | 0.08 | 0 | 0.56 | 0.15 | 68.43 | 0.61 | 0.61 |
| Hex | C8 | D9 | 60 | 8 | 0 | 38 | F | 44 | 3D | 3D |
| Octal | 310 | 331 | 140 | 10 | 0 | 70 | 17 | 104 | 75 | 75 |
| Binary | 11001000 | 11011001 | 1100000 | 1000 | 0 | 111000 | 1111 | 1000100 | 111101 | 111101 |
Color Harmonies of #C8D960
Complementary color
Monochromatic Colors of #C8D960
Black with #C8D960
Text Example
Text Example
White with #C8D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D960; }
p { color: rgb(200,217,96); }
H1.HeaderClassName
{
color: #C8D960;
}
.AnyTagClassName
{
color: #C8D960;
}
</style>
background-color css
<style>
a { background-color: #C8D960; }
a { background-color: rgb(200,217,96); }
div.DivClassName
{
background-color: #C8D960;
}
.BgClassName
{
background-color: #C8D960;
}
</style>
border-color css
<style>
span { border-color: #C8D960; }
span { border-color: rgb(200,217,96); }
td.TdClassName
{
border-color: #C8D960;
}
.TagClassName
{
border-color: #C8D960;
}
</style>