Shades of Wild Willow #C5C058
Tints of Wild Willow #C5C058
RGB
CMYK
RGB Variations
Color information
#C5C058 (or 0xC5C058) is known color: Wild Willow. HEX triplet: C5, C0 and 58. RGB value is (197,192,88). Sum of RGB (Red+Green+Blue) = 197+192+88=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C058 is #3A3FA7. Grayscale: #B6B6B6. Windows color (decimal): -3817384 or 5816517. OLE color: 5816517.
HSL color Cylindrical-coordinate representation of color #C5C058: hue angle of 57.25º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5C058 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 88 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.23 |
| HSL | 57.25º | 0.48% | 0.56% | - |
| HSV(B) | 57.25º | 0.55% | 0.77% | - |
| XYZ | 43.64 | 50.27 | 16.64 | - |
| YUV | 181.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 88 | 0 | 0.03 | 0.55 | 0.23 | 57.25 | 0.48 | 0.56 |
| Hex | C5 | C0 | 58 | 0 | 3 | 37 | 17 | 39 | 30 | 38 |
| Octal | 305 | 300 | 130 | 0 | 3 | 67 | 27 | 71 | 60 | 70 |
| Binary | 11000101 | 11000000 | 1011000 | 0 | 11 | 110111 | 10111 | 111001 | 110000 | 111000 |
Color Harmonies of #C5C058
Complementary color
Monochromatic Colors of #C5C058
Black with #C5C058
Text Example
Text Example
White with #C5C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C058; }
p { color: rgb(197,192,88); }
H1.HeaderClassName
{
color: #C5C058;
}
.AnyTagClassName
{
color: #C5C058;
}
</style>
background-color css
<style>
a { background-color: #C5C058; }
a { background-color: rgb(197,192,88); }
div.DivClassName
{
background-color: #C5C058;
}
.BgClassName
{
background-color: #C5C058;
}
</style>
border-color css
<style>
span { border-color: #C5C058; }
span { border-color: rgb(197,192,88); }
td.TdClassName
{
border-color: #C5C058;
}
.TagClassName
{
border-color: #C5C058;
}
</style>