Shades of Wild Willow #C8D768
Tints of Wild Willow #C8D768
RGB
CMYK
RGB Variations
Color information
#C8D768 (or 0xC8D768) is known color: Wild Willow. HEX triplet: C8, D7 and 68. RGB value is (200,215,104). Sum of RGB (Red+Green+Blue) = 200+215+104=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D768 is #372897. Grayscale: #C6C6C6. Windows color (decimal): -3614872 or 6870984. OLE color: 6870984.
HSL color Cylindrical-coordinate representation of color #C8D768: hue angle of 68.11º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8D768 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 104 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.16 |
| HSL | 68.11º | 0.58% | 0.63% | - |
| HSV(B) | 68.11º | 0.52% | 0.84% | - |
| XYZ | 50.62 | 61.88 | 22.37 | - |
| YUV | 197.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 104 | 0.07 | 0 | 0.52 | 0.16 | 68.11 | 0.58 | 0.63 |
| Hex | C8 | D7 | 68 | 7 | 0 | 34 | 10 | 44 | 3A | 3F |
| Octal | 310 | 327 | 150 | 7 | 0 | 64 | 20 | 104 | 72 | 77 |
| Binary | 11001000 | 11010111 | 1101000 | 111 | 0 | 110100 | 10000 | 1000100 | 111010 | 111111 |
Color Harmonies of #C8D768
Complementary color
Monochromatic Colors of #C8D768
Black with #C8D768
Text Example
Text Example
White with #C8D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D768; }
p { color: rgb(200,215,104); }
H1.HeaderClassName
{
color: #C8D768;
}
.AnyTagClassName
{
color: #C8D768;
}
</style>
background-color css
<style>
a { background-color: #C8D768; }
a { background-color: rgb(200,215,104); }
div.DivClassName
{
background-color: #C8D768;
}
.BgClassName
{
background-color: #C8D768;
}
</style>
border-color css
<style>
span { border-color: #C8D768; }
span { border-color: rgb(200,215,104); }
td.TdClassName
{
border-color: #C8D768;
}
.TagClassName
{
border-color: #C8D768;
}
</style>