Shades of Wild Willow #C8C556
Tints of Wild Willow #C8C556
RGB
CMYK
RGB Variations
Color information
#C8C556 (or 0xC8C556) is known color: Wild Willow. HEX triplet: C8, C5 and 56. RGB value is (200,197,86). Sum of RGB (Red+Green+Blue) = 200+197+86=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C556 is #373AA9. Grayscale: #B9B9B9. Windows color (decimal): -3619498 or 5686728. OLE color: 5686728.
HSL color Cylindrical-coordinate representation of color #C8C556: hue angle of 58.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8C556 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 86 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.22 |
| HSL | 58.42º | 0.51% | 0.56% | - |
| HSV(B) | 58.42º | 0.57% | 0.78% | - |
| XYZ | 45.47 | 52.88 | 16.62 | - |
| YUV | 185.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 86 | 0 | 0.02 | 0.57 | 0.22 | 58.42 | 0.51 | 0.56 |
| Hex | C8 | C5 | 56 | 0 | 2 | 39 | 16 | 3A | 33 | 38 |
| Octal | 310 | 305 | 126 | 0 | 2 | 71 | 26 | 72 | 63 | 70 |
| Binary | 11001000 | 11000101 | 1010110 | 0 | 10 | 111001 | 10110 | 111010 | 110011 | 111000 |
Color Harmonies of #C8C556
Complementary color
Monochromatic Colors of #C8C556
Black with #C8C556
Text Example
Text Example
White with #C8C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C556; }
p { color: rgb(200,197,86); }
H1.HeaderClassName
{
color: #C8C556;
}
.AnyTagClassName
{
color: #C8C556;
}
</style>
background-color css
<style>
a { background-color: #C8C556; }
a { background-color: rgb(200,197,86); }
div.DivClassName
{
background-color: #C8C556;
}
.BgClassName
{
background-color: #C8C556;
}
</style>
border-color css
<style>
span { border-color: #C8C556; }
span { border-color: rgb(200,197,86); }
td.TdClassName
{
border-color: #C8C556;
}
.TagClassName
{
border-color: #C8C556;
}
</style>