Shades of Wild Willow #C5C66C
Tints of Wild Willow #C5C66C
RGB
CMYK
RGB Variations
Color information
#C5C66C (or 0xC5C66C) is known color: Wild Willow. HEX triplet: C5, C6 and 6C. RGB value is (197,198,108). Sum of RGB (Red+Green+Blue) = 197+198+108=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C66C is #3A3993. Grayscale: #BBBBBB. Windows color (decimal): -3815828 or 7128773. OLE color: 7128773.
HSL color Cylindrical-coordinate representation of color #C5C66C: hue angle of 60.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5C66C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 108 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.22 |
| HSL | 60.67º | 0.44% | 0.6% | - |
| HSV(B) | 60.67º | 0.45% | 0.78% | - |
| XYZ | 45.93 | 53.34 | 22.06 | - |
| YUV | 187.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 108 | 0.01 | 0 | 0.45 | 0.22 | 60.67 | 0.44 | 0.6 |
| Hex | C5 | C6 | 6C | 1 | 0 | 2D | 16 | 3D | 2C | 3C |
| Octal | 305 | 306 | 154 | 1 | 0 | 55 | 26 | 75 | 54 | 74 |
| Binary | 11000101 | 11000110 | 1101100 | 1 | 0 | 101101 | 10110 | 111101 | 101100 | 111100 |
Color Harmonies of #C5C66C
Complementary color
Monochromatic Colors of #C5C66C
Black with #C5C66C
Text Example
Text Example
White with #C5C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C66C; }
p { color: rgb(197,198,108); }
H1.HeaderClassName
{
color: #C5C66C;
}
.AnyTagClassName
{
color: #C5C66C;
}
</style>
background-color css
<style>
a { background-color: #C5C66C; }
a { background-color: rgb(197,198,108); }
div.DivClassName
{
background-color: #C5C66C;
}
.BgClassName
{
background-color: #C5C66C;
}
</style>
border-color css
<style>
span { border-color: #C5C66C; }
span { border-color: rgb(197,198,108); }
td.TdClassName
{
border-color: #C5C66C;
}
.TagClassName
{
border-color: #C5C66C;
}
</style>