Shades of Wild Willow #C8C961
Tints of Wild Willow #C8C961
RGB
CMYK
RGB Variations
Color information
#C8C961 (or 0xC8C961) is known color: Wild Willow. HEX triplet: C8, C9 and 61. RGB value is (200,201,97). Sum of RGB (Red+Green+Blue) = 200+201+97=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C961 is #37369E. Grayscale: #BDBDBD. Windows color (decimal): -3618463 or 6408648. OLE color: 6408648.
HSL color Cylindrical-coordinate representation of color #C8C961: hue angle of 60.58º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8C961 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 97 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.21 |
| HSL | 60.58º | 0.49% | 0.58% | - |
| HSV(B) | 60.58º | 0.52% | 0.79% | - |
| XYZ | 46.86 | 54.92 | 19.44 | - |
| YUV | 188.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 97 | 0.00 | 0 | 0.52 | 0.21 | 60.58 | 0.49 | 0.58 |
| Hex | C8 | C9 | 61 | 0 | 0 | 34 | 15 | 3D | 31 | 3A |
| Octal | 310 | 311 | 141 | 0 | 0 | 64 | 25 | 75 | 61 | 72 |
| Binary | 11001000 | 11001001 | 1100001 | 0 | 0 | 110100 | 10101 | 111101 | 110001 | 111010 |
Color Harmonies of #C8C961
Complementary color
Monochromatic Colors of #C8C961
Black with #C8C961
Text Example
Text Example
White with #C8C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C961; }
p { color: rgb(200,201,97); }
H1.HeaderClassName
{
color: #C8C961;
}
.AnyTagClassName
{
color: #C8C961;
}
</style>
background-color css
<style>
a { background-color: #C8C961; }
a { background-color: rgb(200,201,97); }
div.DivClassName
{
background-color: #C8C961;
}
.BgClassName
{
background-color: #C8C961;
}
</style>
border-color css
<style>
span { border-color: #C8C961; }
span { border-color: rgb(200,201,97); }
td.TdClassName
{
border-color: #C8C961;
}
.TagClassName
{
border-color: #C8C961;
}
</style>