Shades of Wild Willow #C4C666
Tints of Wild Willow #C4C666
RGB
CMYK
RGB Variations
Color information
#C4C666 (or 0xC4C666) is known color: Wild Willow. HEX triplet: C4, C6 and 66. RGB value is (196,198,102). Sum of RGB (Red+Green+Blue) = 196+198+102=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C666 is #3B3999. Grayscale: #BABABA. Windows color (decimal): -3881370 or 6735556. OLE color: 6735556.
HSL color Cylindrical-coordinate representation of color #C4C666: hue angle of 61.25º 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 #C4C666 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 102 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.22 |
| HSL | 61.25º | 0.46% | 0.59% | - |
| HSV(B) | 61.25º | 0.48% | 0.78% | - |
| XYZ | 45.36 | 53.08 | 20.43 | - |
| YUV | 186.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 102 | 0.01 | 0 | 0.48 | 0.22 | 61.25 | 0.46 | 0.59 |
| Hex | C4 | C6 | 66 | 1 | 0 | 30 | 16 | 3D | 2E | 3B |
| Octal | 304 | 306 | 146 | 1 | 0 | 60 | 26 | 75 | 56 | 73 |
| Binary | 11000100 | 11000110 | 1100110 | 1 | 0 | 110000 | 10110 | 111101 | 101110 | 111011 |
Color Harmonies of #C4C666
Complementary color
Monochromatic Colors of #C4C666
Black with #C4C666
Text Example
Text Example
White with #C4C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C666; }
p { color: rgb(196,198,102); }
H1.HeaderClassName
{
color: #C4C666;
}
.AnyTagClassName
{
color: #C4C666;
}
</style>
background-color css
<style>
a { background-color: #C4C666; }
a { background-color: rgb(196,198,102); }
div.DivClassName
{
background-color: #C4C666;
}
.BgClassName
{
background-color: #C4C666;
}
</style>
border-color css
<style>
span { border-color: #C4C666; }
span { border-color: rgb(196,198,102); }
td.TdClassName
{
border-color: #C4C666;
}
.TagClassName
{
border-color: #C4C666;
}
</style>