Shades of Wild Willow #C5C957
Tints of Wild Willow #C5C957
RGB
CMYK
RGB Variations
Color information
#C5C957 (or 0xC5C957) is known color: Wild Willow. HEX triplet: C5, C9 and 57. RGB value is (197,201,87). Sum of RGB (Red+Green+Blue) = 197+201+87=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C957 is #3A36A8. Grayscale: #BBBBBB. Windows color (decimal): -3815081 or 5753285. OLE color: 5753285.
HSL color Cylindrical-coordinate representation of color #C5C957: hue angle of 62.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5C957 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 87 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.21 |
| HSL | 62.11º | 0.51% | 0.56% | - |
| HSV(B) | 62.11º | 0.57% | 0.79% | - |
| XYZ | 45.63 | 54.33 | 17.1 | - |
| YUV | 186.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 87 | 0.02 | 0 | 0.57 | 0.21 | 62.11 | 0.51 | 0.56 |
| Hex | C5 | C9 | 57 | 2 | 0 | 39 | 15 | 3E | 33 | 38 |
| Octal | 305 | 311 | 127 | 2 | 0 | 71 | 25 | 76 | 63 | 70 |
| Binary | 11000101 | 11001001 | 1010111 | 10 | 0 | 111001 | 10101 | 111110 | 110011 | 111000 |
Color Harmonies of #C5C957
Complementary color
Monochromatic Colors of #C5C957
Black with #C5C957
Text Example
Text Example
White with #C5C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C957; }
p { color: rgb(197,201,87); }
H1.HeaderClassName
{
color: #C5C957;
}
.AnyTagClassName
{
color: #C5C957;
}
</style>
background-color css
<style>
a { background-color: #C5C957; }
a { background-color: rgb(197,201,87); }
div.DivClassName
{
background-color: #C5C957;
}
.BgClassName
{
background-color: #C5C957;
}
</style>
border-color css
<style>
span { border-color: #C5C957; }
span { border-color: rgb(197,201,87); }
td.TdClassName
{
border-color: #C5C957;
}
.TagClassName
{
border-color: #C5C957;
}
</style>