Shades of Wild Willow #C8C259
Tints of Wild Willow #C8C259
RGB
CMYK
RGB Variations
Color information
#C8C259 (or 0xC8C259) is known color: Wild Willow. HEX triplet: C8, C2 and 59. RGB value is (200,194,89). Sum of RGB (Red+Green+Blue) = 200+194+89=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C259 is #373DA6. Grayscale: #B8B8B8. Windows color (decimal): -3620263 or 5882568. OLE color: 5882568.
HSL color Cylindrical-coordinate representation of color #C8C259: hue angle of 56.76º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8C259 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 89 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.22 |
| HSL | 56.76º | 0.5% | 0.57% | - |
| HSV(B) | 56.76º | 0.56% | 0.78% | - |
| XYZ | 44.91 | 51.58 | 17.04 | - |
| YUV | 183.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 89 | 0 | 0.03 | 0.56 | 0.22 | 56.76 | 0.5 | 0.57 |
| Hex | C8 | C2 | 59 | 0 | 3 | 38 | 16 | 39 | 32 | 39 |
| Octal | 310 | 302 | 131 | 0 | 3 | 70 | 26 | 71 | 62 | 71 |
| Binary | 11001000 | 11000010 | 1011001 | 0 | 11 | 111000 | 10110 | 111001 | 110010 | 111001 |
Color Harmonies of #C8C259
Complementary color
Monochromatic Colors of #C8C259
Black with #C8C259
Text Example
Text Example
White with #C8C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C259; }
p { color: rgb(200,194,89); }
H1.HeaderClassName
{
color: #C8C259;
}
.AnyTagClassName
{
color: #C8C259;
}
</style>
background-color css
<style>
a { background-color: #C8C259; }
a { background-color: rgb(200,194,89); }
div.DivClassName
{
background-color: #C8C259;
}
.BgClassName
{
background-color: #C8C259;
}
</style>
border-color css
<style>
span { border-color: #C8C259; }
span { border-color: rgb(200,194,89); }
td.TdClassName
{
border-color: #C8C259;
}
.TagClassName
{
border-color: #C8C259;
}
</style>