Shades of Wild Willow #C5C863
Tints of Wild Willow #C5C863
RGB
CMYK
RGB Variations
Color information
#C5C863 (or 0xC5C863) is known color: Wild Willow. HEX triplet: C5, C8 and 63. RGB value is (197,200,99). Sum of RGB (Red+Green+Blue) = 197+200+99=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C863 is #3A379C. Grayscale: #BBBBBB. Windows color (decimal): -3815325 or 6539461. OLE color: 6539461.
HSL color Cylindrical-coordinate representation of color #C5C863: hue angle of 61.78º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5C863 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 99 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.22 |
| HSL | 61.78º | 0.48% | 0.59% | - |
| HSV(B) | 61.78º | 0.51% | 0.78% | - |
| XYZ | 45.93 | 54.08 | 19.82 | - |
| YUV | 187.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 99 | 0.02 | 0 | 0.50 | 0.22 | 61.78 | 0.48 | 0.59 |
| Hex | C5 | C8 | 63 | 2 | 0 | 32 | 16 | 3E | 30 | 3B |
| Octal | 305 | 310 | 143 | 2 | 0 | 62 | 26 | 76 | 60 | 73 |
| Binary | 11000101 | 11001000 | 1100011 | 10 | 0 | 110010 | 10110 | 111110 | 110000 | 111011 |
Color Harmonies of #C5C863
Complementary color
Monochromatic Colors of #C5C863
Black with #C5C863
Text Example
Text Example
White with #C5C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C863; }
p { color: rgb(197,200,99); }
H1.HeaderClassName
{
color: #C5C863;
}
.AnyTagClassName
{
color: #C5C863;
}
</style>
background-color css
<style>
a { background-color: #C5C863; }
a { background-color: rgb(197,200,99); }
div.DivClassName
{
background-color: #C5C863;
}
.BgClassName
{
background-color: #C5C863;
}
</style>
border-color css
<style>
span { border-color: #C5C863; }
span { border-color: rgb(197,200,99); }
td.TdClassName
{
border-color: #C5C863;
}
.TagClassName
{
border-color: #C5C863;
}
</style>