Shades of Wild Willow #C5C156
Tints of Wild Willow #C5C156
RGB
CMYK
RGB Variations
Color information
#C5C156 (or 0xC5C156) is known color: Wild Willow. HEX triplet: C5, C1 and 56. RGB value is (197,193,86). Sum of RGB (Red+Green+Blue) = 197+193+86=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C156 is #3A3EA9. Grayscale: #B6B6B6. Windows color (decimal): -3817130 or 5685701. OLE color: 5685701.
HSL color Cylindrical-coordinate representation of color #C5C156: hue angle of 57.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5C156 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 86 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.23 |
| HSL | 57.84º | 0.49% | 0.55% | - |
| HSV(B) | 57.84º | 0.56% | 0.77% | - |
| XYZ | 43.78 | 50.68 | 16.28 | - |
| YUV | 182 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 86 | 0 | 0.02 | 0.56 | 0.23 | 57.84 | 0.49 | 0.55 |
| Hex | C5 | C1 | 56 | 0 | 2 | 38 | 17 | 3A | 31 | 37 |
| Octal | 305 | 301 | 126 | 0 | 2 | 70 | 27 | 72 | 61 | 67 |
| Binary | 11000101 | 11000001 | 1010110 | 0 | 10 | 111000 | 10111 | 111010 | 110001 | 110111 |
Color Harmonies of #C5C156
Complementary color
Monochromatic Colors of #C5C156
Black with #C5C156
Text Example
Text Example
White with #C5C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C156; }
p { color: rgb(197,193,86); }
H1.HeaderClassName
{
color: #C5C156;
}
.AnyTagClassName
{
color: #C5C156;
}
</style>
background-color css
<style>
a { background-color: #C5C156; }
a { background-color: rgb(197,193,86); }
div.DivClassName
{
background-color: #C5C156;
}
.BgClassName
{
background-color: #C5C156;
}
</style>
border-color css
<style>
span { border-color: #C5C156; }
span { border-color: rgb(197,193,86); }
td.TdClassName
{
border-color: #C5C156;
}
.TagClassName
{
border-color: #C5C156;
}
</style>