Shades of Wild Willow #C8C45E
Tints of Wild Willow #C8C45E
RGB
CMYK
RGB Variations
Color information
#C8C45E (or 0xC8C45E) is known color: Wild Willow. HEX triplet: C8, C4 and 5E. RGB value is (200,196,94). Sum of RGB (Red+Green+Blue) = 200+196+94=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C45E is #373BA1. Grayscale: #B9B9B9. Windows color (decimal): -3619746 or 6210760. OLE color: 6210760.
HSL color Cylindrical-coordinate representation of color #C8C45E: hue angle of 57.74º 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 #C8C45E is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 94 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.22 |
| HSL | 57.74º | 0.49% | 0.58% | - |
| HSV(B) | 57.74º | 0.53% | 0.78% | - |
| XYZ | 45.58 | 52.57 | 18.33 | - |
| YUV | 185.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 94 | 0 | 0.02 | 0.53 | 0.22 | 57.74 | 0.49 | 0.58 |
| Hex | C8 | C4 | 5E | 0 | 2 | 35 | 16 | 3A | 31 | 3A |
| Octal | 310 | 304 | 136 | 0 | 2 | 65 | 26 | 72 | 61 | 72 |
| Binary | 11001000 | 11000100 | 1011110 | 0 | 10 | 110101 | 10110 | 111010 | 110001 | 111010 |
Color Harmonies of #C8C45E
Complementary color
Monochromatic Colors of #C8C45E
Black with #C8C45E
Text Example
Text Example
White with #C8C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C45E; }
p { color: rgb(200,196,94); }
H1.HeaderClassName
{
color: #C8C45E;
}
.AnyTagClassName
{
color: #C8C45E;
}
</style>
background-color css
<style>
a { background-color: #C8C45E; }
a { background-color: rgb(200,196,94); }
div.DivClassName
{
background-color: #C8C45E;
}
.BgClassName
{
background-color: #C8C45E;
}
</style>
border-color css
<style>
span { border-color: #C8C45E; }
span { border-color: rgb(200,196,94); }
td.TdClassName
{
border-color: #C8C45E;
}
.TagClassName
{
border-color: #C8C45E;
}
</style>