Shades of Wild Willow #C5C566
Tints of Wild Willow #C5C566
RGB
CMYK
RGB Variations
Color information
#C5C566 (or 0xC5C566) is known color: Wild Willow. HEX triplet: C5, C5 and 66. RGB value is (197,197,102). Sum of RGB (Red+Green+Blue) = 197+197+102=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C566 is #3A3A99. Grayscale: #BABABA. Windows color (decimal): -3816090 or 6735301. OLE color: 6735301.
HSL color Cylindrical-coordinate representation of color #C5C566: hue angle of 60º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5C566 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 102 | - |
| CMYK | 0 | 0 | 0.48 | 0.23 |
| HSL | 60º | 0.45% | 0.59% | - |
| HSV(B) | 60º | 0.48% | 0.77% | - |
| XYZ | 45.39 | 52.76 | 20.36 | - |
| YUV | 186.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 102 | 0 | 0 | 0.48 | 0.23 | 60 | 0.45 | 0.59 |
| Hex | C5 | C5 | 66 | 0 | 0 | 30 | 17 | 3C | 2D | 3B |
| Octal | 305 | 305 | 146 | 0 | 0 | 60 | 27 | 74 | 55 | 73 |
| Binary | 11000101 | 11000101 | 1100110 | 0 | 0 | 110000 | 10111 | 111100 | 101101 | 111011 |
Color Harmonies of #C5C566
Complementary color
Monochromatic Colors of #C5C566
Black with #C5C566
Text Example
Text Example
White with #C5C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C566; }
p { color: rgb(197,197,102); }
H1.HeaderClassName
{
color: #C5C566;
}
.AnyTagClassName
{
color: #C5C566;
}
</style>
background-color css
<style>
a { background-color: #C5C566; }
a { background-color: rgb(197,197,102); }
div.DivClassName
{
background-color: #C5C566;
}
.BgClassName
{
background-color: #C5C566;
}
</style>
border-color css
<style>
span { border-color: #C5C566; }
span { border-color: rgb(197,197,102); }
td.TdClassName
{
border-color: #C5C566;
}
.TagClassName
{
border-color: #C5C566;
}
</style>