Shades of Wild Willow #C7CF5D
Tints of Wild Willow #C7CF5D
RGB
CMYK
RGB Variations
Color information
#C7CF5D (or 0xC7CF5D) is known color: Wild Willow. HEX triplet: C7, CF and 5D. RGB value is (199,207,93). Sum of RGB (Red+Green+Blue) = 199+207+93=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF5D is #3830A2. Grayscale: #C0C0C0. Windows color (decimal): -3682467 or 6148039. OLE color: 6148039.
HSL color Cylindrical-coordinate representation of color #C7CF5D: hue angle of 64.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7CF5D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 93 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.19 |
| HSL | 64.21º | 0.54% | 0.59% | - |
| HSV(B) | 64.21º | 0.55% | 0.81% | - |
| XYZ | 47.84 | 57.56 | 18.94 | - |
| YUV | 191.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 93 | 0.04 | 0 | 0.55 | 0.19 | 64.21 | 0.54 | 0.59 |
| Hex | C7 | CF | 5D | 4 | 0 | 37 | 13 | 40 | 36 | 3B |
| Octal | 307 | 317 | 135 | 4 | 0 | 67 | 23 | 100 | 66 | 73 |
| Binary | 11000111 | 11001111 | 1011101 | 100 | 0 | 110111 | 10011 | 1000000 | 110110 | 111011 |
Color Harmonies of #C7CF5D
Complementary color
Monochromatic Colors of #C7CF5D
Black with #C7CF5D
Text Example
Text Example
White with #C7CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF5D; }
p { color: rgb(199,207,93); }
H1.HeaderClassName
{
color: #C7CF5D;
}
.AnyTagClassName
{
color: #C7CF5D;
}
</style>
background-color css
<style>
a { background-color: #C7CF5D; }
a { background-color: rgb(199,207,93); }
div.DivClassName
{
background-color: #C7CF5D;
}
.BgClassName
{
background-color: #C7CF5D;
}
</style>
border-color css
<style>
span { border-color: #C7CF5D; }
span { border-color: rgb(199,207,93); }
td.TdClassName
{
border-color: #C7CF5D;
}
.TagClassName
{
border-color: #C7CF5D;
}
</style>