Shades of Wild Willow #C8D06C
Tints of Wild Willow #C8D06C
RGB
CMYK
RGB Variations
Color information
#C8D06C (or 0xC8D06C) is known color: Wild Willow. HEX triplet: C8, D0 and 6C. RGB value is (200,208,108). Sum of RGB (Red+Green+Blue) = 200+208+108=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D06C is #372F93. Grayscale: #C2C2C2. Windows color (decimal): -3616660 or 7131336. OLE color: 7131336.
HSL color Cylindrical-coordinate representation of color #C8D06C: hue angle of 64.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8D06C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 108 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.18 |
| HSL | 64.8º | 0.52% | 0.62% | - |
| HSV(B) | 64.8º | 0.48% | 0.82% | - |
| XYZ | 49.08 | 58.47 | 22.89 | - |
| YUV | 194.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 108 | 0.04 | 0 | 0.48 | 0.18 | 64.8 | 0.52 | 0.62 |
| Hex | C8 | D0 | 6C | 4 | 0 | 30 | 12 | 41 | 34 | 3E |
| Octal | 310 | 320 | 154 | 4 | 0 | 60 | 22 | 101 | 64 | 76 |
| Binary | 11001000 | 11010000 | 1101100 | 100 | 0 | 110000 | 10010 | 1000001 | 110100 | 111110 |
Color Harmonies of #C8D06C
Complementary color
Monochromatic Colors of #C8D06C
Black with #C8D06C
Text Example
Text Example
White with #C8D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D06C; }
p { color: rgb(200,208,108); }
H1.HeaderClassName
{
color: #C8D06C;
}
.AnyTagClassName
{
color: #C8D06C;
}
</style>
background-color css
<style>
a { background-color: #C8D06C; }
a { background-color: rgb(200,208,108); }
div.DivClassName
{
background-color: #C8D06C;
}
.BgClassName
{
background-color: #C8D06C;
}
</style>
border-color css
<style>
span { border-color: #C8D06C; }
span { border-color: rgb(200,208,108); }
td.TdClassName
{
border-color: #C8D06C;
}
.TagClassName
{
border-color: #C8D06C;
}
</style>