Shades of Wild Willow #C8D255
Tints of Wild Willow #C8D255
RGB
CMYK
RGB Variations
Color information
#C8D255 (or 0xC8D255) is known color: Wild Willow. HEX triplet: C8, D2 and 55. RGB value is (200,210,85). Sum of RGB (Red+Green+Blue) = 200+210+85=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D255 is #372DAA. Grayscale: #C1C1C1. Windows color (decimal): -3616171 or 5624520. OLE color: 5624520.
HSL color Cylindrical-coordinate representation of color #C8D255: hue angle of 64.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8D255 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 85 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.18 |
| HSL | 64.8º | 0.58% | 0.58% | - |
| HSV(B) | 64.8º | 0.6% | 0.82% | - |
| XYZ | 48.51 | 59.03 | 17.43 | - |
| YUV | 192.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 85 | 0.05 | 0 | 0.60 | 0.18 | 64.8 | 0.58 | 0.58 |
| Hex | C8 | D2 | 55 | 5 | 0 | 3C | 12 | 41 | 3A | 3A |
| Octal | 310 | 322 | 125 | 5 | 0 | 74 | 22 | 101 | 72 | 72 |
| Binary | 11001000 | 11010010 | 1010101 | 101 | 0 | 111100 | 10010 | 1000001 | 111010 | 111010 |
Color Harmonies of #C8D255
Complementary color
Monochromatic Colors of #C8D255
Black with #C8D255
Text Example
Text Example
White with #C8D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D255; }
p { color: rgb(200,210,85); }
H1.HeaderClassName
{
color: #C8D255;
}
.AnyTagClassName
{
color: #C8D255;
}
</style>
background-color css
<style>
a { background-color: #C8D255; }
a { background-color: rgb(200,210,85); }
div.DivClassName
{
background-color: #C8D255;
}
.BgClassName
{
background-color: #C8D255;
}
</style>
border-color css
<style>
span { border-color: #C8D255; }
span { border-color: rgb(200,210,85); }
td.TdClassName
{
border-color: #C8D255;
}
.TagClassName
{
border-color: #C8D255;
}
</style>