Shades of Wild Willow #C7C558
Tints of Wild Willow #C7C558
RGB
CMYK
RGB Variations
Color information
#C7C558 (or 0xC7C558) is known color: Wild Willow. HEX triplet: C7, C5 and 58. RGB value is (199,197,88). Sum of RGB (Red+Green+Blue) = 199+197+88=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C558 is #383AA7. Grayscale: #B9B9B9. Windows color (decimal): -3685032 or 5817799. OLE color: 5817799.
HSL color Cylindrical-coordinate representation of color #C7C558: hue angle of 58.92º 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 #C7C558 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 88 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.22 |
| HSL | 58.92º | 0.5% | 0.56% | - |
| HSV(B) | 58.92º | 0.56% | 0.78% | - |
| XYZ | 45.28 | 52.78 | 17.03 | - |
| YUV | 185.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 88 | 0 | 0.01 | 0.56 | 0.22 | 58.92 | 0.5 | 0.56 |
| Hex | C7 | C5 | 58 | 0 | 1 | 38 | 16 | 3B | 32 | 38 |
| Octal | 307 | 305 | 130 | 0 | 1 | 70 | 26 | 73 | 62 | 70 |
| Binary | 11000111 | 11000101 | 1011000 | 0 | 1 | 111000 | 10110 | 111011 | 110010 | 111000 |
Color Harmonies of #C7C558
Complementary color
Monochromatic Colors of #C7C558
Black with #C7C558
Text Example
Text Example
White with #C7C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C558; }
p { color: rgb(199,197,88); }
H1.HeaderClassName
{
color: #C7C558;
}
.AnyTagClassName
{
color: #C7C558;
}
</style>
background-color css
<style>
a { background-color: #C7C558; }
a { background-color: rgb(199,197,88); }
div.DivClassName
{
background-color: #C7C558;
}
.BgClassName
{
background-color: #C7C558;
}
</style>
border-color css
<style>
span { border-color: #C7C558; }
span { border-color: rgb(199,197,88); }
td.TdClassName
{
border-color: #C7C558;
}
.TagClassName
{
border-color: #C7C558;
}
</style>