Shades of Wild Willow #C5C158
Tints of Wild Willow #C5C158
RGB
CMYK
RGB Variations
Color information
#C5C158 (or 0xC5C158) is known color: Wild Willow. HEX triplet: C5, C1 and 58. RGB value is (197,193,88). Sum of RGB (Red+Green+Blue) = 197+193+88=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C158 is #3A3EA7. Grayscale: #B6B6B6. Windows color (decimal): -3817128 or 5816773. OLE color: 5816773.
HSL color Cylindrical-coordinate representation of color #C5C158: hue angle of 57.8º 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 #C5C158 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 88 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.23 |
| HSL | 57.8º | 0.48% | 0.56% | - |
| HSV(B) | 57.8º | 0.55% | 0.77% | - |
| XYZ | 43.86 | 50.71 | 16.71 | - |
| YUV | 182.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 88 | 0 | 0.02 | 0.55 | 0.23 | 57.8 | 0.48 | 0.56 |
| Hex | C5 | C1 | 58 | 0 | 2 | 37 | 17 | 3A | 30 | 38 |
| Octal | 305 | 301 | 130 | 0 | 2 | 67 | 27 | 72 | 60 | 70 |
| Binary | 11000101 | 11000001 | 1011000 | 0 | 10 | 110111 | 10111 | 111010 | 110000 | 111000 |
Color Harmonies of #C5C158
Complementary color
Monochromatic Colors of #C5C158
Black with #C5C158
Text Example
Text Example
White with #C5C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C158; }
p { color: rgb(197,193,88); }
H1.HeaderClassName
{
color: #C5C158;
}
.AnyTagClassName
{
color: #C5C158;
}
</style>
background-color css
<style>
a { background-color: #C5C158; }
a { background-color: rgb(197,193,88); }
div.DivClassName
{
background-color: #C5C158;
}
.BgClassName
{
background-color: #C5C158;
}
</style>
border-color css
<style>
span { border-color: #C5C158; }
span { border-color: rgb(197,193,88); }
td.TdClassName
{
border-color: #C5C158;
}
.TagClassName
{
border-color: #C5C158;
}
</style>