Shades of Wild Willow #C6C156
Tints of Wild Willow #C6C156
RGB
CMYK
RGB Variations
Color information
#C6C156 (or 0xC6C156) is known color: Wild Willow. HEX triplet: C6, C1 and 56. RGB value is (198,193,86). Sum of RGB (Red+Green+Blue) = 198+193+86=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C156 is #393EA9. Grayscale: #B6B6B6. Windows color (decimal): -3751594 or 5685702. OLE color: 5685702.
HSL color Cylindrical-coordinate representation of color #C6C156: hue angle of 57.32º 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 #C6C156 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 86 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.22 |
| HSL | 57.32º | 0.5% | 0.56% | - |
| HSV(B) | 57.32º | 0.57% | 0.78% | - |
| XYZ | 44.04 | 50.82 | 16.29 | - |
| YUV | 182.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 86 | 0 | 0.03 | 0.57 | 0.22 | 57.32 | 0.5 | 0.56 |
| Hex | C6 | C1 | 56 | 0 | 3 | 39 | 16 | 39 | 32 | 38 |
| Octal | 306 | 301 | 126 | 0 | 3 | 71 | 26 | 71 | 62 | 70 |
| Binary | 11000110 | 11000001 | 1010110 | 0 | 11 | 111001 | 10110 | 111001 | 110010 | 111000 |
Color Harmonies of #C6C156
Complementary color
Monochromatic Colors of #C6C156
Black with #C6C156
Text Example
Text Example
White with #C6C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C156; }
p { color: rgb(198,193,86); }
H1.HeaderClassName
{
color: #C6C156;
}
.AnyTagClassName
{
color: #C6C156;
}
</style>
background-color css
<style>
a { background-color: #C6C156; }
a { background-color: rgb(198,193,86); }
div.DivClassName
{
background-color: #C6C156;
}
.BgClassName
{
background-color: #C6C156;
}
</style>
border-color css
<style>
span { border-color: #C6C156; }
span { border-color: rgb(198,193,86); }
td.TdClassName
{
border-color: #C6C156;
}
.TagClassName
{
border-color: #C6C156;
}
</style>