Shades of Wild Willow #C8C860
Tints of Wild Willow #C8C860
RGB
CMYK
RGB Variations
Color information
#C8C860 (or 0xC8C860) is known color: Wild Willow. HEX triplet: C8, C8 and 60. RGB value is (200,200,96). Sum of RGB (Red+Green+Blue) = 200+200+96=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C860 is #37379F. Grayscale: #BCBCBC. Windows color (decimal): -3618720 or 6342856. OLE color: 6342856.
HSL color Cylindrical-coordinate representation of color #C8C860: hue angle of 60º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8C860 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 96 | - |
| CMYK | 0 | 0 | 0.52 | 0.22 |
| HSL | 60º | 0.49% | 0.58% | - |
| HSV(B) | 60º | 0.52% | 0.78% | - |
| XYZ | 46.59 | 54.43 | 19.12 | - |
| YUV | 188.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 96 | 0 | 0 | 0.52 | 0.22 | 60 | 0.49 | 0.58 |
| Hex | C8 | C8 | 60 | 0 | 0 | 34 | 16 | 3C | 31 | 3A |
| Octal | 310 | 310 | 140 | 0 | 0 | 64 | 26 | 74 | 61 | 72 |
| Binary | 11001000 | 11001000 | 1100000 | 0 | 0 | 110100 | 10110 | 111100 | 110001 | 111010 |
Color Harmonies of #C8C860
Complementary color
Monochromatic Colors of #C8C860
Black with #C8C860
Text Example
Text Example
White with #C8C860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C860; }
p { color: rgb(200,200,96); }
H1.HeaderClassName
{
color: #C8C860;
}
.AnyTagClassName
{
color: #C8C860;
}
</style>
background-color css
<style>
a { background-color: #C8C860; }
a { background-color: rgb(200,200,96); }
div.DivClassName
{
background-color: #C8C860;
}
.BgClassName
{
background-color: #C8C860;
}
</style>
border-color css
<style>
span { border-color: #C8C860; }
span { border-color: rgb(200,200,96); }
td.TdClassName
{
border-color: #C8C860;
}
.TagClassName
{
border-color: #C8C860;
}
</style>