Shades of Wild Willow #C7CF5F
Tints of Wild Willow #C7CF5F
RGB
CMYK
RGB Variations
Color information
#C7CF5F (or 0xC7CF5F) is known color: Wild Willow. HEX triplet: C7, CF and 5F. RGB value is (199,207,95). Sum of RGB (Red+Green+Blue) = 199+207+95=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF5F is #3830A0. Grayscale: #C0C0C0. Windows color (decimal): -3682465 or 6279111. OLE color: 6279111.
HSL color Cylindrical-coordinate representation of color #C7CF5F: hue angle of 64.29º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7CF5F is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 95 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.19 |
| HSL | 64.29º | 0.54% | 0.59% | - |
| HSV(B) | 64.29º | 0.54% | 0.81% | - |
| XYZ | 47.93 | 57.59 | 19.42 | - |
| YUV | 191.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 95 | 0.04 | 0 | 0.54 | 0.19 | 64.29 | 0.54 | 0.59 |
| Hex | C7 | CF | 5F | 4 | 0 | 36 | 13 | 40 | 36 | 3B |
| Octal | 307 | 317 | 137 | 4 | 0 | 66 | 23 | 100 | 66 | 73 |
| Binary | 11000111 | 11001111 | 1011111 | 100 | 0 | 110110 | 10011 | 1000000 | 110110 | 111011 |
Color Harmonies of #C7CF5F
Complementary color
Monochromatic Colors of #C7CF5F
Black with #C7CF5F
Text Example
Text Example
White with #C7CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF5F; }
p { color: rgb(199,207,95); }
H1.HeaderClassName
{
color: #C7CF5F;
}
.AnyTagClassName
{
color: #C7CF5F;
}
</style>
background-color css
<style>
a { background-color: #C7CF5F; }
a { background-color: rgb(199,207,95); }
div.DivClassName
{
background-color: #C7CF5F;
}
.BgClassName
{
background-color: #C7CF5F;
}
</style>
border-color css
<style>
span { border-color: #C7CF5F; }
span { border-color: rgb(199,207,95); }
td.TdClassName
{
border-color: #C7CF5F;
}
.TagClassName
{
border-color: #C7CF5F;
}
</style>