Shades of Wild Willow #C8C558
Tints of Wild Willow #C8C558
RGB
CMYK
RGB Variations
Color information
#C8C558 (or 0xC8C558) is known color: Wild Willow. HEX triplet: C8, C5 and 58. RGB value is (200,197,88). Sum of RGB (Red+Green+Blue) = 200+197+88=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C558 is #373AA7. Grayscale: #B9B9B9. Windows color (decimal): -3619496 or 5817800. OLE color: 5817800.
HSL color Cylindrical-coordinate representation of color #C8C558: hue angle of 58.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8C558 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 88 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.22 |
| HSL | 58.39º | 0.5% | 0.56% | - |
| HSV(B) | 58.39º | 0.56% | 0.78% | - |
| XYZ | 45.55 | 52.92 | 17.05 | - |
| YUV | 185.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 88 | 0 | 0.02 | 0.56 | 0.22 | 58.39 | 0.5 | 0.56 |
| Hex | C8 | C5 | 58 | 0 | 2 | 38 | 16 | 3A | 32 | 38 |
| Octal | 310 | 305 | 130 | 0 | 2 | 70 | 26 | 72 | 62 | 70 |
| Binary | 11001000 | 11000101 | 1011000 | 0 | 10 | 111000 | 10110 | 111010 | 110010 | 111000 |
Color Harmonies of #C8C558
Complementary color
Monochromatic Colors of #C8C558
Black with #C8C558
Text Example
Text Example
White with #C8C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C558; }
p { color: rgb(200,197,88); }
H1.HeaderClassName
{
color: #C8C558;
}
.AnyTagClassName
{
color: #C8C558;
}
</style>
background-color css
<style>
a { background-color: #C8C558; }
a { background-color: rgb(200,197,88); }
div.DivClassName
{
background-color: #C8C558;
}
.BgClassName
{
background-color: #C8C558;
}
</style>
border-color css
<style>
span { border-color: #C8C558; }
span { border-color: rgb(200,197,88); }
td.TdClassName
{
border-color: #C8C558;
}
.TagClassName
{
border-color: #C8C558;
}
</style>