Shades of Wild Willow #C8C651
Tints of Wild Willow #C8C651
RGB
CMYK
RGB Variations
Color information
#C8C651 (or 0xC8C651) is known color: Wild Willow. HEX triplet: C8, C6 and 51. RGB value is (200,198,81). Sum of RGB (Red+Green+Blue) = 200+198+81=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C651 is #3739AE. Grayscale: #B9B9B9. Windows color (decimal): -3619247 or 5359304. OLE color: 5359304.
HSL color Cylindrical-coordinate representation of color #C8C651: hue angle of 58.99º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8C651 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 81 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.22 |
| HSL | 58.99º | 0.52% | 0.55% | - |
| HSV(B) | 58.99º | 0.6% | 0.78% | - |
| XYZ | 45.5 | 53.26 | 15.67 | - |
| YUV | 185.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 81 | 0 | 0.01 | 0.59 | 0.22 | 58.99 | 0.52 | 0.55 |
| Hex | C8 | C6 | 51 | 0 | 1 | 3B | 16 | 3B | 34 | 37 |
| Octal | 310 | 306 | 121 | 0 | 1 | 73 | 26 | 73 | 64 | 67 |
| Binary | 11001000 | 11000110 | 1010001 | 0 | 1 | 111011 | 10110 | 111011 | 110100 | 110111 |
Color Harmonies of #C8C651
Complementary color
Monochromatic Colors of #C8C651
Black with #C8C651
Text Example
Text Example
White with #C8C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C651; }
p { color: rgb(200,198,81); }
H1.HeaderClassName
{
color: #C8C651;
}
.AnyTagClassName
{
color: #C8C651;
}
</style>
background-color css
<style>
a { background-color: #C8C651; }
a { background-color: rgb(200,198,81); }
div.DivClassName
{
background-color: #C8C651;
}
.BgClassName
{
background-color: #C8C651;
}
</style>
border-color css
<style>
span { border-color: #C8C651; }
span { border-color: rgb(200,198,81); }
td.TdClassName
{
border-color: #C8C651;
}
.TagClassName
{
border-color: #C8C651;
}
</style>