Shades of Wild Willow #C5C963
Tints of Wild Willow #C5C963
RGB
CMYK
RGB Variations
Color information
#C5C963 (or 0xC5C963) is known color: Wild Willow. HEX triplet: C5, C9 and 63. RGB value is (197,201,99). Sum of RGB (Red+Green+Blue) = 197+201+99=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C963 is #3A369C. Grayscale: #BCBCBC. Windows color (decimal): -3815069 or 6539717. OLE color: 6539717.
HSL color Cylindrical-coordinate representation of color #C5C963: hue angle of 62.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5C963 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 99 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.21 |
| HSL | 62.35º | 0.49% | 0.59% | - |
| HSV(B) | 62.35º | 0.51% | 0.79% | - |
| XYZ | 46.16 | 54.54 | 19.9 | - |
| YUV | 188.18 | 77.67 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 99 | 0.02 | 0 | 0.51 | 0.21 | 62.35 | 0.49 | 0.59 |
| Hex | C5 | C9 | 63 | 2 | 0 | 33 | 15 | 3E | 31 | 3B |
| Octal | 305 | 311 | 143 | 2 | 0 | 63 | 25 | 76 | 61 | 73 |
| Binary | 11000101 | 11001001 | 1100011 | 10 | 0 | 110011 | 10101 | 111110 | 110001 | 111011 |
Color Harmonies of #C5C963
Complementary color
Monochromatic Colors of #C5C963
Black with #C5C963
Text Example
Text Example
White with #C5C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C963; }
p { color: rgb(197,201,99); }
H1.HeaderClassName
{
color: #C5C963;
}
.AnyTagClassName
{
color: #C5C963;
}
</style>
background-color css
<style>
a { background-color: #C5C963; }
a { background-color: rgb(197,201,99); }
div.DivClassName
{
background-color: #C5C963;
}
.BgClassName
{
background-color: #C5C963;
}
</style>
border-color css
<style>
span { border-color: #C5C963; }
span { border-color: rgb(197,201,99); }
td.TdClassName
{
border-color: #C5C963;
}
.TagClassName
{
border-color: #C5C963;
}
</style>