Shades of Wild Willow #C6C257
Tints of Wild Willow #C6C257
RGB
CMYK
RGB Variations
Color information
#C6C257 (or 0xC6C257) is known color: Wild Willow. HEX triplet: C6, C2 and 57. RGB value is (198,194,87). Sum of RGB (Red+Green+Blue) = 198+194+87=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C257 is #393DA8. Grayscale: #B7B7B7. Windows color (decimal): -3751337 or 5751494. OLE color: 5751494.
HSL color Cylindrical-coordinate representation of color #C6C257: hue angle of 57.84º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6C257 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 87 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.22 |
| HSL | 57.84º | 0.49% | 0.56% | - |
| HSV(B) | 57.84º | 0.56% | 0.78% | - |
| XYZ | 44.3 | 51.28 | 16.58 | - |
| YUV | 183 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 87 | 0 | 0.02 | 0.56 | 0.22 | 57.84 | 0.49 | 0.56 |
| Hex | C6 | C2 | 57 | 0 | 2 | 38 | 16 | 3A | 31 | 38 |
| Octal | 306 | 302 | 127 | 0 | 2 | 70 | 26 | 72 | 61 | 70 |
| Binary | 11000110 | 11000010 | 1010111 | 0 | 10 | 111000 | 10110 | 111010 | 110001 | 111000 |
Color Harmonies of #C6C257
Complementary color
Monochromatic Colors of #C6C257
Black with #C6C257
Text Example
Text Example
White with #C6C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C257; }
p { color: rgb(198,194,87); }
H1.HeaderClassName
{
color: #C6C257;
}
.AnyTagClassName
{
color: #C6C257;
}
</style>
background-color css
<style>
a { background-color: #C6C257; }
a { background-color: rgb(198,194,87); }
div.DivClassName
{
background-color: #C6C257;
}
.BgClassName
{
background-color: #C6C257;
}
</style>
border-color css
<style>
span { border-color: #C6C257; }
span { border-color: rgb(198,194,87); }
td.TdClassName
{
border-color: #C6C257;
}
.TagClassName
{
border-color: #C6C257;
}
</style>