Shades of Wild Willow #C5C455
Tints of Wild Willow #C5C455
RGB
CMYK
RGB Variations
Color information
#C5C455 (or 0xC5C455) is known color: Wild Willow. HEX triplet: C5, C4 and 55. RGB value is (197,196,85). Sum of RGB (Red+Green+Blue) = 197+196+85=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C455 is #3A3BAA. Grayscale: #B8B8B8. Windows color (decimal): -3816363 or 5620933. OLE color: 5620933.
HSL color Cylindrical-coordinate representation of color #C5C455: hue angle of 59.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5C455 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 85 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.23 |
| HSL | 59.46º | 0.49% | 0.55% | - |
| HSV(B) | 59.46º | 0.57% | 0.77% | - |
| XYZ | 44.41 | 52.01 | 16.29 | - |
| YUV | 183.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 85 | 0 | 0.01 | 0.57 | 0.23 | 59.46 | 0.49 | 0.55 |
| Hex | C5 | C4 | 55 | 0 | 1 | 39 | 17 | 3B | 31 | 37 |
| Octal | 305 | 304 | 125 | 0 | 1 | 71 | 27 | 73 | 61 | 67 |
| Binary | 11000101 | 11000100 | 1010101 | 0 | 1 | 111001 | 10111 | 111011 | 110001 | 110111 |
Color Harmonies of #C5C455
Complementary color
Monochromatic Colors of #C5C455
Black with #C5C455
Text Example
Text Example
White with #C5C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C455; }
p { color: rgb(197,196,85); }
H1.HeaderClassName
{
color: #C5C455;
}
.AnyTagClassName
{
color: #C5C455;
}
</style>
background-color css
<style>
a { background-color: #C5C455; }
a { background-color: rgb(197,196,85); }
div.DivClassName
{
background-color: #C5C455;
}
.BgClassName
{
background-color: #C5C455;
}
</style>
border-color css
<style>
span { border-color: #C5C455; }
span { border-color: rgb(197,196,85); }
td.TdClassName
{
border-color: #C5C455;
}
.TagClassName
{
border-color: #C5C455;
}
</style>