Shades of Wild Willow #C4C566
Tints of Wild Willow #C4C566
RGB
CMYK
RGB Variations
Color information
#C4C566 (or 0xC4C566) is known color: Wild Willow. HEX triplet: C4, C5 and 66. RGB value is (196,197,102). Sum of RGB (Red+Green+Blue) = 196+197+102=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C566 is #3B3A99. Grayscale: #BABABA. Windows color (decimal): -3881626 or 6735300. OLE color: 6735300.
HSL color Cylindrical-coordinate representation of color #C4C566: hue angle of 60.63º 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 #C4C566 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 102 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.23 |
| HSL | 60.63º | 0.45% | 0.59% | - |
| HSV(B) | 60.63º | 0.48% | 0.77% | - |
| XYZ | 45.13 | 52.63 | 20.35 | - |
| YUV | 185.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 102 | 0.01 | 0 | 0.48 | 0.23 | 60.63 | 0.45 | 0.59 |
| Hex | C4 | C5 | 66 | 1 | 0 | 30 | 17 | 3D | 2D | 3B |
| Octal | 304 | 305 | 146 | 1 | 0 | 60 | 27 | 75 | 55 | 73 |
| Binary | 11000100 | 11000101 | 1100110 | 1 | 0 | 110000 | 10111 | 111101 | 101101 | 111011 |
Color Harmonies of #C4C566
Complementary color
Monochromatic Colors of #C4C566
Black with #C4C566
Text Example
Text Example
White with #C4C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C566; }
p { color: rgb(196,197,102); }
H1.HeaderClassName
{
color: #C4C566;
}
.AnyTagClassName
{
color: #C4C566;
}
</style>
background-color css
<style>
a { background-color: #C4C566; }
a { background-color: rgb(196,197,102); }
div.DivClassName
{
background-color: #C4C566;
}
.BgClassName
{
background-color: #C4C566;
}
</style>
border-color css
<style>
span { border-color: #C4C566; }
span { border-color: rgb(196,197,102); }
td.TdClassName
{
border-color: #C4C566;
}
.TagClassName
{
border-color: #C4C566;
}
</style>