Shades of Wild Willow #C8C65E
Tints of Wild Willow #C8C65E
RGB
CMYK
RGB Variations
Color information
#C8C65E (or 0xC8C65E) is known color: Wild Willow. HEX triplet: C8, C6 and 5E. RGB value is (200,198,94). Sum of RGB (Red+Green+Blue) = 200+198+94=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C65E is #3739A1. Grayscale: #BBBBBB. Windows color (decimal): -3619234 or 6211272. OLE color: 6211272.
HSL color Cylindrical-coordinate representation of color #C8C65E: hue angle of 58.87º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8C65E is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 94 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.22 |
| HSL | 58.87º | 0.49% | 0.58% | - |
| HSV(B) | 58.87º | 0.53% | 0.78% | - |
| XYZ | 46.03 | 53.48 | 18.49 | - |
| YUV | 186.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 94 | 0 | 0.01 | 0.53 | 0.22 | 58.87 | 0.49 | 0.58 |
| Hex | C8 | C6 | 5E | 0 | 1 | 35 | 16 | 3B | 31 | 3A |
| Octal | 310 | 306 | 136 | 0 | 1 | 65 | 26 | 73 | 61 | 72 |
| Binary | 11001000 | 11000110 | 1011110 | 0 | 1 | 110101 | 10110 | 111011 | 110001 | 111010 |
Color Harmonies of #C8C65E
Complementary color
Monochromatic Colors of #C8C65E
Black with #C8C65E
Text Example
Text Example
White with #C8C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C65E; }
p { color: rgb(200,198,94); }
H1.HeaderClassName
{
color: #C8C65E;
}
.AnyTagClassName
{
color: #C8C65E;
}
</style>
background-color css
<style>
a { background-color: #C8C65E; }
a { background-color: rgb(200,198,94); }
div.DivClassName
{
background-color: #C8C65E;
}
.BgClassName
{
background-color: #C8C65E;
}
</style>
border-color css
<style>
span { border-color: #C8C65E; }
span { border-color: rgb(200,198,94); }
td.TdClassName
{
border-color: #C8C65E;
}
.TagClassName
{
border-color: #C8C65E;
}
</style>