Shades of Wild Willow #C8C85B
Tints of Wild Willow #C8C85B
RGB
CMYK
RGB Variations
Color information
#C8C85B (or 0xC8C85B) is known color: Wild Willow. HEX triplet: C8, C8 and 5B. RGB value is (200,200,91). Sum of RGB (Red+Green+Blue) = 200+200+91=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C85B is #3737A4. Grayscale: #BCBCBC. Windows color (decimal): -3618725 or 6015176. OLE color: 6015176.
HSL color Cylindrical-coordinate representation of color #C8C85B: hue angle of 60º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8C85B is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 91 | - |
| CMYK | 0 | 0 | 0.54 | 0.22 |
| HSL | 60º | 0.5% | 0.57% | - |
| HSV(B) | 60º | 0.55% | 0.78% | - |
| XYZ | 46.36 | 54.34 | 17.94 | - |
| YUV | 187.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 91 | 0 | 0 | 0.54 | 0.22 | 60 | 0.5 | 0.57 |
| Hex | C8 | C8 | 5B | 0 | 0 | 36 | 16 | 3C | 32 | 39 |
| Octal | 310 | 310 | 133 | 0 | 0 | 66 | 26 | 74 | 62 | 71 |
| Binary | 11001000 | 11001000 | 1011011 | 0 | 0 | 110110 | 10110 | 111100 | 110010 | 111001 |
Color Harmonies of #C8C85B
Complementary color
Monochromatic Colors of #C8C85B
Black with #C8C85B
Text Example
Text Example
White with #C8C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C85B; }
p { color: rgb(200,200,91); }
H1.HeaderClassName
{
color: #C8C85B;
}
.AnyTagClassName
{
color: #C8C85B;
}
</style>
background-color css
<style>
a { background-color: #C8C85B; }
a { background-color: rgb(200,200,91); }
div.DivClassName
{
background-color: #C8C85B;
}
.BgClassName
{
background-color: #C8C85B;
}
</style>
border-color css
<style>
span { border-color: #C8C85B; }
span { border-color: rgb(200,200,91); }
td.TdClassName
{
border-color: #C8C85B;
}
.TagClassName
{
border-color: #C8C85B;
}
</style>