Shades of Wild Willow #C5C666
Tints of Wild Willow #C5C666
RGB
CMYK
RGB Variations
Color information
#C5C666 (or 0xC5C666) is known color: Wild Willow. HEX triplet: C5, C6 and 66. RGB value is (197,198,102). Sum of RGB (Red+Green+Blue) = 197+198+102=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C666 is #3A3999. Grayscale: #BBBBBB. Windows color (decimal): -3815834 or 6735557. OLE color: 6735557.
HSL color Cylindrical-coordinate representation of color #C5C666: hue angle of 60.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5C666 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 102 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.22 |
| HSL | 60.63º | 0.46% | 0.59% | - |
| HSV(B) | 60.63º | 0.48% | 0.78% | - |
| XYZ | 45.62 | 53.22 | 20.44 | - |
| YUV | 186.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 102 | 0.01 | 0 | 0.48 | 0.22 | 60.63 | 0.46 | 0.59 |
| Hex | C5 | C6 | 66 | 1 | 0 | 30 | 16 | 3D | 2E | 3B |
| Octal | 305 | 306 | 146 | 1 | 0 | 60 | 26 | 75 | 56 | 73 |
| Binary | 11000101 | 11000110 | 1100110 | 1 | 0 | 110000 | 10110 | 111101 | 101110 | 111011 |
Color Harmonies of #C5C666
Complementary color
Monochromatic Colors of #C5C666
Black with #C5C666
Text Example
Text Example
White with #C5C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C666; }
p { color: rgb(197,198,102); }
H1.HeaderClassName
{
color: #C5C666;
}
.AnyTagClassName
{
color: #C5C666;
}
</style>
background-color css
<style>
a { background-color: #C5C666; }
a { background-color: rgb(197,198,102); }
div.DivClassName
{
background-color: #C5C666;
}
.BgClassName
{
background-color: #C5C666;
}
</style>
border-color css
<style>
span { border-color: #C5C666; }
span { border-color: rgb(197,198,102); }
td.TdClassName
{
border-color: #C5C666;
}
.TagClassName
{
border-color: #C5C666;
}
</style>