Shades of Wild Willow #C5C961
Tints of Wild Willow #C5C961
RGB
CMYK
RGB Variations
Color information
#C5C961 (or 0xC5C961) is known color: Wild Willow. HEX triplet: C5, C9 and 61. RGB value is (197,201,97). Sum of RGB (Red+Green+Blue) = 197+201+97=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C961 is #3A369E. Grayscale: #BCBCBC. Windows color (decimal): -3815071 or 6408645. OLE color: 6408645.
HSL color Cylindrical-coordinate representation of color #C5C961: hue angle of 62.31º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5C961 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 97 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.21 |
| HSL | 62.31º | 0.49% | 0.58% | - |
| HSV(B) | 62.31º | 0.52% | 0.79% | - |
| XYZ | 46.07 | 54.51 | 19.4 | - |
| YUV | 187.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 97 | 0.02 | 0 | 0.52 | 0.21 | 62.31 | 0.49 | 0.58 |
| Hex | C5 | C9 | 61 | 2 | 0 | 34 | 15 | 3E | 31 | 3A |
| Octal | 305 | 311 | 141 | 2 | 0 | 64 | 25 | 76 | 61 | 72 |
| Binary | 11000101 | 11001001 | 1100001 | 10 | 0 | 110100 | 10101 | 111110 | 110001 | 111010 |
Color Harmonies of #C5C961
Complementary color
Monochromatic Colors of #C5C961
Black with #C5C961
Text Example
Text Example
White with #C5C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C961; }
p { color: rgb(197,201,97); }
H1.HeaderClassName
{
color: #C5C961;
}
.AnyTagClassName
{
color: #C5C961;
}
</style>
background-color css
<style>
a { background-color: #C5C961; }
a { background-color: rgb(197,201,97); }
div.DivClassName
{
background-color: #C5C961;
}
.BgClassName
{
background-color: #C5C961;
}
</style>
border-color css
<style>
span { border-color: #C5C961; }
span { border-color: rgb(197,201,97); }
td.TdClassName
{
border-color: #C5C961;
}
.TagClassName
{
border-color: #C5C961;
}
</style>