Shades of Wild Willow #C4C56C
Tints of Wild Willow #C4C56C
RGB
CMYK
RGB Variations
Color information
#C4C56C (or 0xC4C56C) is known color: Wild Willow. HEX triplet: C4, C5 and 6C. RGB value is (196,197,108). Sum of RGB (Red+Green+Blue) = 196+197+108=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C56C is #3B3A93. Grayscale: #BABABA. Windows color (decimal): -3881620 or 7128516. OLE color: 7128516.
HSL color Cylindrical-coordinate representation of color #C4C56C: hue angle of 60.67º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4C56C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 108 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.23 |
| HSL | 60.67º | 0.43% | 0.6% | - |
| HSV(B) | 60.67º | 0.45% | 0.77% | - |
| XYZ | 45.44 | 52.75 | 21.97 | - |
| YUV | 186.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 108 | 0.01 | 0 | 0.45 | 0.23 | 60.67 | 0.43 | 0.6 |
| Hex | C4 | C5 | 6C | 1 | 0 | 2D | 17 | 3D | 2B | 3C |
| Octal | 304 | 305 | 154 | 1 | 0 | 55 | 27 | 75 | 53 | 74 |
| Binary | 11000100 | 11000101 | 1101100 | 1 | 0 | 101101 | 10111 | 111101 | 101011 | 111100 |
Color Harmonies of #C4C56C
Complementary color
Monochromatic Colors of #C4C56C
Black with #C4C56C
Text Example
Text Example
White with #C4C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C56C; }
p { color: rgb(196,197,108); }
H1.HeaderClassName
{
color: #C4C56C;
}
.AnyTagClassName
{
color: #C4C56C;
}
</style>
background-color css
<style>
a { background-color: #C4C56C; }
a { background-color: rgb(196,197,108); }
div.DivClassName
{
background-color: #C4C56C;
}
.BgClassName
{
background-color: #C4C56C;
}
</style>
border-color css
<style>
span { border-color: #C4C56C; }
span { border-color: rgb(196,197,108); }
td.TdClassName
{
border-color: #C4C56C;
}
.TagClassName
{
border-color: #C4C56C;
}
</style>