Shades of Wild Willow #C6C456
Tints of Wild Willow #C6C456
RGB
CMYK
RGB Variations
Color information
#C6C456 (or 0xC6C456) is known color: Wild Willow. HEX triplet: C6, C4 and 56. RGB value is (198,196,86). Sum of RGB (Red+Green+Blue) = 198+196+86=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C456 is #393BA9. Grayscale: #B8B8B8. Windows color (decimal): -3750826 or 5686470. OLE color: 5686470.
HSL color Cylindrical-coordinate representation of color #C6C456: hue angle of 58.93º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6C456 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 86 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.22 |
| HSL | 58.93º | 0.5% | 0.56% | - |
| HSV(B) | 58.93º | 0.57% | 0.78% | - |
| XYZ | 44.71 | 52.16 | 16.52 | - |
| YUV | 184.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 86 | 0 | 0.01 | 0.57 | 0.22 | 58.93 | 0.5 | 0.56 |
| Hex | C6 | C4 | 56 | 0 | 1 | 39 | 16 | 3B | 32 | 38 |
| Octal | 306 | 304 | 126 | 0 | 1 | 71 | 26 | 73 | 62 | 70 |
| Binary | 11000110 | 11000100 | 1010110 | 0 | 1 | 111001 | 10110 | 111011 | 110010 | 111000 |
Color Harmonies of #C6C456
Complementary color
Monochromatic Colors of #C6C456
Black with #C6C456
Text Example
Text Example
White with #C6C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C456; }
p { color: rgb(198,196,86); }
H1.HeaderClassName
{
color: #C6C456;
}
.AnyTagClassName
{
color: #C6C456;
}
</style>
background-color css
<style>
a { background-color: #C6C456; }
a { background-color: rgb(198,196,86); }
div.DivClassName
{
background-color: #C6C456;
}
.BgClassName
{
background-color: #C6C456;
}
</style>
border-color css
<style>
span { border-color: #C6C456; }
span { border-color: rgb(198,196,86); }
td.TdClassName
{
border-color: #C6C456;
}
.TagClassName
{
border-color: #C6C456;
}
</style>