Shades of Wild Willow #C5C260
Tints of Wild Willow #C5C260
RGB
CMYK
RGB Variations
Color information
#C5C260 (or 0xC5C260) is known color: Wild Willow. HEX triplet: C5, C2 and 60. RGB value is (197,194,96). Sum of RGB (Red+Green+Blue) = 197+194+96=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C260 is #3A3D9F. Grayscale: #B8B8B8. Windows color (decimal): -3816864 or 6341317. OLE color: 6341317.
HSL color Cylindrical-coordinate representation of color #C5C260: hue angle of 58.22º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5C260 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 96 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.23 |
| HSL | 58.22º | 0.47% | 0.57% | - |
| HSV(B) | 58.22º | 0.51% | 0.77% | - |
| XYZ | 44.43 | 51.3 | 18.63 | - |
| YUV | 183.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 96 | 0 | 0.02 | 0.51 | 0.23 | 58.22 | 0.47 | 0.57 |
| Hex | C5 | C2 | 60 | 0 | 2 | 33 | 17 | 3A | 2F | 39 |
| Octal | 305 | 302 | 140 | 0 | 2 | 63 | 27 | 72 | 57 | 71 |
| Binary | 11000101 | 11000010 | 1100000 | 0 | 10 | 110011 | 10111 | 111010 | 101111 | 111001 |
Color Harmonies of #C5C260
Complementary color
Monochromatic Colors of #C5C260
Black with #C5C260
Text Example
Text Example
White with #C5C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C260; }
p { color: rgb(197,194,96); }
H1.HeaderClassName
{
color: #C5C260;
}
.AnyTagClassName
{
color: #C5C260;
}
</style>
background-color css
<style>
a { background-color: #C5C260; }
a { background-color: rgb(197,194,96); }
div.DivClassName
{
background-color: #C5C260;
}
.BgClassName
{
background-color: #C5C260;
}
</style>
border-color css
<style>
span { border-color: #C5C260; }
span { border-color: rgb(197,194,96); }
td.TdClassName
{
border-color: #C5C260;
}
.TagClassName
{
border-color: #C5C260;
}
</style>