Shades of Wild Willow #C8C861
Tints of Wild Willow #C8C861
RGB
CMYK
RGB Variations
Color information
#C8C861 (or 0xC8C861) is known color: Wild Willow. HEX triplet: C8, C8 and 61. RGB value is (200,200,97). Sum of RGB (Red+Green+Blue) = 200+200+97=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C861 is #37379E. Grayscale: #BCBCBC. Windows color (decimal): -3618719 or 6408392. OLE color: 6408392.
HSL color Cylindrical-coordinate representation of color #C8C861: hue angle of 60º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C861 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 97 | - |
| CMYK | 0 | 0 | 0.52 | 0.22 |
| HSL | 60º | 0.48% | 0.58% | - |
| HSV(B) | 60º | 0.52% | 0.78% | - |
| XYZ | 46.63 | 54.45 | 19.36 | - |
| YUV | 188.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 97 | 0 | 0 | 0.52 | 0.22 | 60 | 0.48 | 0.58 |
| Hex | C8 | C8 | 61 | 0 | 0 | 34 | 16 | 3C | 30 | 3A |
| Octal | 310 | 310 | 141 | 0 | 0 | 64 | 26 | 74 | 60 | 72 |
| Binary | 11001000 | 11001000 | 1100001 | 0 | 0 | 110100 | 10110 | 111100 | 110000 | 111010 |
Color Harmonies of #C8C861
Complementary color
Monochromatic Colors of #C8C861
Black with #C8C861
Text Example
Text Example
White with #C8C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C861; }
p { color: rgb(200,200,97); }
H1.HeaderClassName
{
color: #C8C861;
}
.AnyTagClassName
{
color: #C8C861;
}
</style>
background-color css
<style>
a { background-color: #C8C861; }
a { background-color: rgb(200,200,97); }
div.DivClassName
{
background-color: #C8C861;
}
.BgClassName
{
background-color: #C8C861;
}
</style>
border-color css
<style>
span { border-color: #C8C861; }
span { border-color: rgb(200,200,97); }
td.TdClassName
{
border-color: #C8C861;
}
.TagClassName
{
border-color: #C8C861;
}
</style>