Shades of Wild Willow #C5C259
Tints of Wild Willow #C5C259
RGB
CMYK
RGB Variations
Color information
#C5C259 (or 0xC5C259) is known color: Wild Willow. HEX triplet: C5, C2 and 59. RGB value is (197,194,89). Sum of RGB (Red+Green+Blue) = 197+194+89=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C259 is #3A3DA6. Grayscale: #B7B7B7. Windows color (decimal): -3816871 or 5882565. OLE color: 5882565.
HSL color Cylindrical-coordinate representation of color #C5C259: hue angle of 58.33º 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 #C5C259 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 89 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.23 |
| HSL | 58.33º | 0.48% | 0.56% | - |
| HSV(B) | 58.33º | 0.55% | 0.77% | - |
| XYZ | 44.12 | 51.18 | 17 | - |
| YUV | 182.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 89 | 0 | 0.02 | 0.55 | 0.23 | 58.33 | 0.48 | 0.56 |
| Hex | C5 | C2 | 59 | 0 | 2 | 37 | 17 | 3A | 30 | 38 |
| Octal | 305 | 302 | 131 | 0 | 2 | 67 | 27 | 72 | 60 | 70 |
| Binary | 11000101 | 11000010 | 1011001 | 0 | 10 | 110111 | 10111 | 111010 | 110000 | 111000 |
Color Harmonies of #C5C259
Complementary color
Monochromatic Colors of #C5C259
Black with #C5C259
Text Example
Text Example
White with #C5C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C259; }
p { color: rgb(197,194,89); }
H1.HeaderClassName
{
color: #C5C259;
}
.AnyTagClassName
{
color: #C5C259;
}
</style>
background-color css
<style>
a { background-color: #C5C259; }
a { background-color: rgb(197,194,89); }
div.DivClassName
{
background-color: #C5C259;
}
.BgClassName
{
background-color: #C5C259;
}
</style>
border-color css
<style>
span { border-color: #C5C259; }
span { border-color: rgb(197,194,89); }
td.TdClassName
{
border-color: #C5C259;
}
.TagClassName
{
border-color: #C5C259;
}
</style>