Shades of Wild Willow #C6C155
Tints of Wild Willow #C6C155
RGB
CMYK
RGB Variations
Color information
#C6C155 (or 0xC6C155) is known color: Wild Willow. HEX triplet: C6, C1 and 55. RGB value is (198,193,85). Sum of RGB (Red+Green+Blue) = 198+193+85=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C155 is #393EAA. Grayscale: #B6B6B6. Windows color (decimal): -3751595 or 5620166. OLE color: 5620166.
HSL color Cylindrical-coordinate representation of color #C6C155: hue angle of 57.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6C155 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 85 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.22 |
| HSL | 57.35º | 0.5% | 0.55% | - |
| HSV(B) | 57.35º | 0.57% | 0.78% | - |
| XYZ | 44 | 50.8 | 16.08 | - |
| YUV | 182.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 85 | 0 | 0.03 | 0.57 | 0.22 | 57.35 | 0.5 | 0.55 |
| Hex | C6 | C1 | 55 | 0 | 3 | 39 | 16 | 39 | 32 | 37 |
| Octal | 306 | 301 | 125 | 0 | 3 | 71 | 26 | 71 | 62 | 67 |
| Binary | 11000110 | 11000001 | 1010101 | 0 | 11 | 111001 | 10110 | 111001 | 110010 | 110111 |
Color Harmonies of #C6C155
Complementary color
Monochromatic Colors of #C6C155
Black with #C6C155
Text Example
Text Example
White with #C6C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C155; }
p { color: rgb(198,193,85); }
H1.HeaderClassName
{
color: #C6C155;
}
.AnyTagClassName
{
color: #C6C155;
}
</style>
background-color css
<style>
a { background-color: #C6C155; }
a { background-color: rgb(198,193,85); }
div.DivClassName
{
background-color: #C6C155;
}
.BgClassName
{
background-color: #C6C155;
}
</style>
border-color css
<style>
span { border-color: #C6C155; }
span { border-color: rgb(198,193,85); }
td.TdClassName
{
border-color: #C6C155;
}
.TagClassName
{
border-color: #C6C155;
}
</style>