Shades of Wild Willow #C4C565
Tints of Wild Willow #C4C565
RGB
CMYK
RGB Variations
Color information
#C4C565 (or 0xC4C565) is known color: Wild Willow. HEX triplet: C4, C5 and 65. RGB value is (196,197,101). Sum of RGB (Red+Green+Blue) = 196+197+101=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C565 is #3B3A9A. Grayscale: #BABABA. Windows color (decimal): -3881627 or 6669764. OLE color: 6669764.
HSL color Cylindrical-coordinate representation of color #C4C565: hue angle of 60.63º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4C565 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 101 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.23 |
| HSL | 60.63º | 0.45% | 0.58% | - |
| HSV(B) | 60.63º | 0.49% | 0.77% | - |
| XYZ | 45.08 | 52.61 | 20.09 | - |
| YUV | 185.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 101 | 0.01 | 0 | 0.49 | 0.23 | 60.63 | 0.45 | 0.58 |
| Hex | C4 | C5 | 65 | 1 | 0 | 31 | 17 | 3D | 2D | 3A |
| Octal | 304 | 305 | 145 | 1 | 0 | 61 | 27 | 75 | 55 | 72 |
| Binary | 11000100 | 11000101 | 1100101 | 1 | 0 | 110001 | 10111 | 111101 | 101101 | 111010 |
Color Harmonies of #C4C565
Complementary color
Monochromatic Colors of #C4C565
Black with #C4C565
Text Example
Text Example
White with #C4C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C565; }
p { color: rgb(196,197,101); }
H1.HeaderClassName
{
color: #C4C565;
}
.AnyTagClassName
{
color: #C4C565;
}
</style>
background-color css
<style>
a { background-color: #C4C565; }
a { background-color: rgb(196,197,101); }
div.DivClassName
{
background-color: #C4C565;
}
.BgClassName
{
background-color: #C4C565;
}
</style>
border-color css
<style>
span { border-color: #C4C565; }
span { border-color: rgb(196,197,101); }
td.TdClassName
{
border-color: #C4C565;
}
.TagClassName
{
border-color: #C4C565;
}
</style>