Shades of Wild Willow #C6C054
Tints of Wild Willow #C6C054
RGB
CMYK
RGB Variations
Color information
#C6C054 (or 0xC6C054) is known color: Wild Willow. HEX triplet: C6, C0 and 54. RGB value is (198,192,84). Sum of RGB (Red+Green+Blue) = 198+192+84=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C054 is #393FAB. Grayscale: #B5B5B5. Windows color (decimal): -3751852 or 5554374. OLE color: 5554374.
HSL color Cylindrical-coordinate representation of color #C6C054: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6C054 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 84 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.22 |
| HSL | 56.84º | 0.5% | 0.55% | - |
| HSV(B) | 56.84º | 0.58% | 0.78% | - |
| XYZ | 43.74 | 50.35 | 15.8 | - |
| YUV | 181.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 84 | 0 | 0.03 | 0.58 | 0.22 | 56.84 | 0.5 | 0.55 |
| Hex | C6 | C0 | 54 | 0 | 3 | 3A | 16 | 39 | 32 | 37 |
| Octal | 306 | 300 | 124 | 0 | 3 | 72 | 26 | 71 | 62 | 67 |
| Binary | 11000110 | 11000000 | 1010100 | 0 | 11 | 111010 | 10110 | 111001 | 110010 | 110111 |
Color Harmonies of #C6C054
Complementary color
Monochromatic Colors of #C6C054
Black with #C6C054
Text Example
Text Example
White with #C6C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C054; }
p { color: rgb(198,192,84); }
H1.HeaderClassName
{
color: #C6C054;
}
.AnyTagClassName
{
color: #C6C054;
}
</style>
background-color css
<style>
a { background-color: #C6C054; }
a { background-color: rgb(198,192,84); }
div.DivClassName
{
background-color: #C6C054;
}
.BgClassName
{
background-color: #C6C054;
}
</style>
border-color css
<style>
span { border-color: #C6C054; }
span { border-color: rgb(198,192,84); }
td.TdClassName
{
border-color: #C6C054;
}
.TagClassName
{
border-color: #C6C054;
}
</style>