Shades of Wild Willow #C5C45E
Tints of Wild Willow #C5C45E
RGB
CMYK
RGB Variations
Color information
#C5C45E (or 0xC5C45E) is known color: Wild Willow. HEX triplet: C5, C4 and 5E. RGB value is (197,196,94). Sum of RGB (Red+Green+Blue) = 197+196+94=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C45E is #3A3BA1. Grayscale: #B9B9B9. Windows color (decimal): -3816354 or 6210757. OLE color: 6210757.
HSL color Cylindrical-coordinate representation of color #C5C45E: hue angle of 59.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5C45E is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 94 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.23 |
| HSL | 59.42º | 0.47% | 0.57% | - |
| HSV(B) | 59.42º | 0.52% | 0.77% | - |
| XYZ | 44.79 | 52.16 | 18.3 | - |
| YUV | 184.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 94 | 0 | 0.01 | 0.52 | 0.23 | 59.42 | 0.47 | 0.57 |
| Hex | C5 | C4 | 5E | 0 | 1 | 34 | 17 | 3B | 2F | 39 |
| Octal | 305 | 304 | 136 | 0 | 1 | 64 | 27 | 73 | 57 | 71 |
| Binary | 11000101 | 11000100 | 1011110 | 0 | 1 | 110100 | 10111 | 111011 | 101111 | 111001 |
Color Harmonies of #C5C45E
Complementary color
Monochromatic Colors of #C5C45E
Black with #C5C45E
Text Example
Text Example
White with #C5C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C45E; }
p { color: rgb(197,196,94); }
H1.HeaderClassName
{
color: #C5C45E;
}
.AnyTagClassName
{
color: #C5C45E;
}
</style>
background-color css
<style>
a { background-color: #C5C45E; }
a { background-color: rgb(197,196,94); }
div.DivClassName
{
background-color: #C5C45E;
}
.BgClassName
{
background-color: #C5C45E;
}
</style>
border-color css
<style>
span { border-color: #C5C45E; }
span { border-color: rgb(197,196,94); }
td.TdClassName
{
border-color: #C5C45E;
}
.TagClassName
{
border-color: #C5C45E;
}
</style>