Shades of Wild Willow #C5C257
Tints of Wild Willow #C5C257
RGB
CMYK
RGB Variations
Color information
#C5C257 (or 0xC5C257) is known color: Wild Willow. HEX triplet: C5, C2 and 57. RGB value is (197,194,87). Sum of RGB (Red+Green+Blue) = 197+194+87=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C257 is #3A3DA8. Grayscale: #B7B7B7. Windows color (decimal): -3816873 or 5751493. OLE color: 5751493.
HSL color Cylindrical-coordinate representation of color #C5C257: hue angle of 58.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5C257 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 87 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.23 |
| HSL | 58.36º | 0.49% | 0.56% | - |
| HSV(B) | 58.36º | 0.56% | 0.77% | - |
| XYZ | 44.04 | 51.14 | 16.57 | - |
| YUV | 182.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 87 | 0 | 0.02 | 0.56 | 0.23 | 58.36 | 0.49 | 0.56 |
| Hex | C5 | C2 | 57 | 0 | 2 | 38 | 17 | 3A | 31 | 38 |
| Octal | 305 | 302 | 127 | 0 | 2 | 70 | 27 | 72 | 61 | 70 |
| Binary | 11000101 | 11000010 | 1010111 | 0 | 10 | 111000 | 10111 | 111010 | 110001 | 111000 |
Color Harmonies of #C5C257
Complementary color
Monochromatic Colors of #C5C257
Black with #C5C257
Text Example
Text Example
White with #C5C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C257; }
p { color: rgb(197,194,87); }
H1.HeaderClassName
{
color: #C5C257;
}
.AnyTagClassName
{
color: #C5C257;
}
</style>
background-color css
<style>
a { background-color: #C5C257; }
a { background-color: rgb(197,194,87); }
div.DivClassName
{
background-color: #C5C257;
}
.BgClassName
{
background-color: #C5C257;
}
</style>
border-color css
<style>
span { border-color: #C5C257; }
span { border-color: rgb(197,194,87); }
td.TdClassName
{
border-color: #C5C257;
}
.TagClassName
{
border-color: #C5C257;
}
</style>