Shades of Wild Willow #C8C85E
Tints of Wild Willow #C8C85E
RGB
CMYK
RGB Variations
Color information
#C8C85E (or 0xC8C85E) is known color: Wild Willow. HEX triplet: C8, C8 and 5E. RGB value is (200,200,94). Sum of RGB (Red+Green+Blue) = 200+200+94=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C85E is #3737A1. Grayscale: #BCBCBC. Windows color (decimal): -3618722 or 6211784. OLE color: 6211784.
HSL color Cylindrical-coordinate representation of color #C8C85E: hue angle of 60º 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 #C8C85E is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 94 | - |
| CMYK | 0 | 0 | 0.53 | 0.22 |
| HSL | 60º | 0.49% | 0.58% | - |
| HSV(B) | 60º | 0.53% | 0.78% | - |
| XYZ | 46.49 | 54.4 | 18.64 | - |
| YUV | 187.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 94 | 0 | 0 | 0.53 | 0.22 | 60 | 0.49 | 0.58 |
| Hex | C8 | C8 | 5E | 0 | 0 | 35 | 16 | 3C | 31 | 3A |
| Octal | 310 | 310 | 136 | 0 | 0 | 65 | 26 | 74 | 61 | 72 |
| Binary | 11001000 | 11001000 | 1011110 | 0 | 0 | 110101 | 10110 | 111100 | 110001 | 111010 |
Color Harmonies of #C8C85E
Complementary color
Monochromatic Colors of #C8C85E
Black with #C8C85E
Text Example
Text Example
White with #C8C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C85E; }
p { color: rgb(200,200,94); }
H1.HeaderClassName
{
color: #C8C85E;
}
.AnyTagClassName
{
color: #C8C85E;
}
</style>
background-color css
<style>
a { background-color: #C8C85E; }
a { background-color: rgb(200,200,94); }
div.DivClassName
{
background-color: #C8C85E;
}
.BgClassName
{
background-color: #C8C85E;
}
</style>
border-color css
<style>
span { border-color: #C8C85E; }
span { border-color: rgb(200,200,94); }
td.TdClassName
{
border-color: #C8C85E;
}
.TagClassName
{
border-color: #C8C85E;
}
</style>