Shades of Wild Willow #C8CF6F
Tints of Wild Willow #C8CF6F
RGB
CMYK
RGB Variations
Color information
#C8CF6F (or 0xC8CF6F) is known color: Wild Willow. HEX triplet: C8, CF and 6F. RGB value is (200,207,111). Sum of RGB (Red+Green+Blue) = 200+207+111=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF6F is #373090. Grayscale: #C2C2C2. Windows color (decimal): -3616913 or 7327688. OLE color: 7327688.
HSL color Cylindrical-coordinate representation of color #C8CF6F: hue angle of 64.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8CF6F is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 111 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.19 |
| HSL | 64.38º | 0.5% | 0.62% | - |
| HSV(B) | 64.38º | 0.46% | 0.81% | - |
| XYZ | 49 | 58.05 | 23.66 | - |
| YUV | 193.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 111 | 0.03 | 0 | 0.46 | 0.19 | 64.38 | 0.5 | 0.62 |
| Hex | C8 | CF | 6F | 3 | 0 | 2E | 13 | 40 | 32 | 3E |
| Octal | 310 | 317 | 157 | 3 | 0 | 56 | 23 | 100 | 62 | 76 |
| Binary | 11001000 | 11001111 | 1101111 | 11 | 0 | 101110 | 10011 | 1000000 | 110010 | 111110 |
Color Harmonies of #C8CF6F
Complementary color
Monochromatic Colors of #C8CF6F
Black with #C8CF6F
Text Example
Text Example
White with #C8CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF6F; }
p { color: rgb(200,207,111); }
H1.HeaderClassName
{
color: #C8CF6F;
}
.AnyTagClassName
{
color: #C8CF6F;
}
</style>
background-color css
<style>
a { background-color: #C8CF6F; }
a { background-color: rgb(200,207,111); }
div.DivClassName
{
background-color: #C8CF6F;
}
.BgClassName
{
background-color: #C8CF6F;
}
</style>
border-color css
<style>
span { border-color: #C8CF6F; }
span { border-color: rgb(200,207,111); }
td.TdClassName
{
border-color: #C8CF6F;
}
.TagClassName
{
border-color: #C8CF6F;
}
</style>