Shades of Wild Willow #C7D055
Tints of Wild Willow #C7D055
RGB
CMYK
RGB Variations
Color information
#C7D055 (or 0xC7D055) is known color: Wild Willow. HEX triplet: C7, D0 and 55. RGB value is (199,208,85). Sum of RGB (Red+Green+Blue) = 199+208+85=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D055 is #382FAA. Grayscale: #BFBFBF. Windows color (decimal): -3682219 or 5624007. OLE color: 5624007.
HSL color Cylindrical-coordinate representation of color #C7D055: hue angle of 64.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7D055 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 85 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.18 |
| HSL | 64.39º | 0.57% | 0.57% | - |
| HSV(B) | 64.39º | 0.59% | 0.82% | - |
| XYZ | 47.75 | 57.91 | 17.26 | - |
| YUV | 191.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 85 | 0.04 | 0 | 0.59 | 0.18 | 64.39 | 0.57 | 0.57 |
| Hex | C7 | D0 | 55 | 4 | 0 | 3B | 12 | 40 | 39 | 39 |
| Octal | 307 | 320 | 125 | 4 | 0 | 73 | 22 | 100 | 71 | 71 |
| Binary | 11000111 | 11010000 | 1010101 | 100 | 0 | 111011 | 10010 | 1000000 | 111001 | 111001 |
Color Harmonies of #C7D055
Complementary color
Monochromatic Colors of #C7D055
Black with #C7D055
Text Example
Text Example
White with #C7D055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D055; }
p { color: rgb(199,208,85); }
H1.HeaderClassName
{
color: #C7D055;
}
.AnyTagClassName
{
color: #C7D055;
}
</style>
background-color css
<style>
a { background-color: #C7D055; }
a { background-color: rgb(199,208,85); }
div.DivClassName
{
background-color: #C7D055;
}
.BgClassName
{
background-color: #C7D055;
}
</style>
border-color css
<style>
span { border-color: #C7D055; }
span { border-color: rgb(199,208,85); }
td.TdClassName
{
border-color: #C7D055;
}
.TagClassName
{
border-color: #C7D055;
}
</style>