Shades of Wild Willow #C5C356
Tints of Wild Willow #C5C356
RGB
CMYK
RGB Variations
Color information
#C5C356 (or 0xC5C356) is known color: Wild Willow. HEX triplet: C5, C3 and 56. RGB value is (197,195,86). Sum of RGB (Red+Green+Blue) = 197+195+86=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C356 is #3A3CA9. Grayscale: #B7B7B7. Windows color (decimal): -3816618 or 5686213. OLE color: 5686213.
HSL color Cylindrical-coordinate representation of color #C5C356: hue angle of 58.92º 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 #C5C356 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 86 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.23 |
| HSL | 58.92º | 0.49% | 0.55% | - |
| HSV(B) | 58.92º | 0.56% | 0.77% | - |
| XYZ | 44.22 | 51.57 | 16.43 | - |
| YUV | 183.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 86 | 0 | 0.01 | 0.56 | 0.23 | 58.92 | 0.49 | 0.55 |
| Hex | C5 | C3 | 56 | 0 | 1 | 38 | 17 | 3B | 31 | 37 |
| Octal | 305 | 303 | 126 | 0 | 1 | 70 | 27 | 73 | 61 | 67 |
| Binary | 11000101 | 11000011 | 1010110 | 0 | 1 | 111000 | 10111 | 111011 | 110001 | 110111 |
Color Harmonies of #C5C356
Complementary color
Monochromatic Colors of #C5C356
Black with #C5C356
Text Example
Text Example
White with #C5C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C356; }
p { color: rgb(197,195,86); }
H1.HeaderClassName
{
color: #C5C356;
}
.AnyTagClassName
{
color: #C5C356;
}
</style>
background-color css
<style>
a { background-color: #C5C356; }
a { background-color: rgb(197,195,86); }
div.DivClassName
{
background-color: #C5C356;
}
.BgClassName
{
background-color: #C5C356;
}
</style>
border-color css
<style>
span { border-color: #C5C356; }
span { border-color: rgb(197,195,86); }
td.TdClassName
{
border-color: #C5C356;
}
.TagClassName
{
border-color: #C5C356;
}
</style>