Shades of Wild Willow #C8C75B
Tints of Wild Willow #C8C75B
RGB
CMYK
RGB Variations
Color information
#C8C75B (or 0xC8C75B) is known color: Wild Willow. HEX triplet: C8, C7 and 5B. RGB value is (200,199,91). Sum of RGB (Red+Green+Blue) = 200+199+91=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C75B is #3738A4. Grayscale: #BBBBBB. Windows color (decimal): -3618981 or 6014920. OLE color: 6014920.
HSL color Cylindrical-coordinate representation of color #C8C75B: hue angle of 59.45º 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 #C8C75B is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 91 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.22 |
| HSL | 59.45º | 0.5% | 0.57% | - |
| HSV(B) | 59.45º | 0.55% | 0.78% | - |
| XYZ | 46.13 | 53.88 | 17.87 | - |
| YUV | 186.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 91 | 0 | 0.00 | 0.54 | 0.22 | 59.45 | 0.5 | 0.57 |
| Hex | C8 | C7 | 5B | 0 | 0 | 36 | 16 | 3B | 32 | 39 |
| Octal | 310 | 307 | 133 | 0 | 0 | 66 | 26 | 73 | 62 | 71 |
| Binary | 11001000 | 11000111 | 1011011 | 0 | 0 | 110110 | 10110 | 111011 | 110010 | 111001 |
Color Harmonies of #C8C75B
Complementary color
Monochromatic Colors of #C8C75B
Black with #C8C75B
Text Example
Text Example
White with #C8C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C75B; }
p { color: rgb(200,199,91); }
H1.HeaderClassName
{
color: #C8C75B;
}
.AnyTagClassName
{
color: #C8C75B;
}
</style>
background-color css
<style>
a { background-color: #C8C75B; }
a { background-color: rgb(200,199,91); }
div.DivClassName
{
background-color: #C8C75B;
}
.BgClassName
{
background-color: #C8C75B;
}
</style>
border-color css
<style>
span { border-color: #C8C75B; }
span { border-color: rgb(200,199,91); }
td.TdClassName
{
border-color: #C8C75B;
}
.TagClassName
{
border-color: #C8C75B;
}
</style>