Shades of Wild Willow #C5C059
Tints of Wild Willow #C5C059
RGB
CMYK
RGB Variations
Color information
#C5C059 (or 0xC5C059) is known color: Wild Willow. HEX triplet: C5, C0 and 59. RGB value is (197,192,89). Sum of RGB (Red+Green+Blue) = 197+192+89=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C059 is #3A3FA6. Grayscale: #B6B6B6. Windows color (decimal): -3817383 or 5882053. OLE color: 5882053.
HSL color Cylindrical-coordinate representation of color #C5C059: hue angle of 57.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5C059 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 89 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.23 |
| HSL | 57.22º | 0.48% | 0.56% | - |
| HSV(B) | 57.22º | 0.55% | 0.77% | - |
| XYZ | 43.68 | 50.29 | 16.86 | - |
| YUV | 181.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 89 | 0 | 0.03 | 0.55 | 0.23 | 57.22 | 0.48 | 0.56 |
| Hex | C5 | C0 | 59 | 0 | 3 | 37 | 17 | 39 | 30 | 38 |
| Octal | 305 | 300 | 131 | 0 | 3 | 67 | 27 | 71 | 60 | 70 |
| Binary | 11000101 | 11000000 | 1011001 | 0 | 11 | 110111 | 10111 | 111001 | 110000 | 111000 |
Color Harmonies of #C5C059
Complementary color
Monochromatic Colors of #C5C059
Black with #C5C059
Text Example
Text Example
White with #C5C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C059; }
p { color: rgb(197,192,89); }
H1.HeaderClassName
{
color: #C5C059;
}
.AnyTagClassName
{
color: #C5C059;
}
</style>
background-color css
<style>
a { background-color: #C5C059; }
a { background-color: rgb(197,192,89); }
div.DivClassName
{
background-color: #C5C059;
}
.BgClassName
{
background-color: #C5C059;
}
</style>
border-color css
<style>
span { border-color: #C5C059; }
span { border-color: rgb(197,192,89); }
td.TdClassName
{
border-color: #C5C059;
}
.TagClassName
{
border-color: #C5C059;
}
</style>