Shades of Wild Willow #C8CD6C
Tints of Wild Willow #C8CD6C
RGB
CMYK
RGB Variations
Color information
#C8CD6C (or 0xC8CD6C) is known color: Wild Willow. HEX triplet: C8, CD and 6C. RGB value is (200,205,108). Sum of RGB (Red+Green+Blue) = 200+205+108=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD6C is #373293. Grayscale: #C0C0C0. Windows color (decimal): -3617428 or 7130568. OLE color: 7130568.
HSL color Cylindrical-coordinate representation of color #C8CD6C: hue angle of 63.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8CD6C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 108 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.20 |
| HSL | 63.09º | 0.49% | 0.61% | - |
| HSV(B) | 63.09º | 0.47% | 0.8% | - |
| XYZ | 48.36 | 57.02 | 22.65 | - |
| YUV | 192.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 108 | 0.02 | 0 | 0.47 | 0.20 | 63.09 | 0.49 | 0.61 |
| Hex | C8 | CD | 6C | 2 | 0 | 2F | 14 | 3F | 31 | 3D |
| Octal | 310 | 315 | 154 | 2 | 0 | 57 | 24 | 77 | 61 | 75 |
| Binary | 11001000 | 11001101 | 1101100 | 10 | 0 | 101111 | 10100 | 111111 | 110001 | 111101 |
Color Harmonies of #C8CD6C
Complementary color
Monochromatic Colors of #C8CD6C
Black with #C8CD6C
Text Example
Text Example
White with #C8CD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD6C; }
p { color: rgb(200,205,108); }
H1.HeaderClassName
{
color: #C8CD6C;
}
.AnyTagClassName
{
color: #C8CD6C;
}
</style>
background-color css
<style>
a { background-color: #C8CD6C; }
a { background-color: rgb(200,205,108); }
div.DivClassName
{
background-color: #C8CD6C;
}
.BgClassName
{
background-color: #C8CD6C;
}
</style>
border-color css
<style>
span { border-color: #C8CD6C; }
span { border-color: rgb(200,205,108); }
td.TdClassName
{
border-color: #C8CD6C;
}
.TagClassName
{
border-color: #C8CD6C;
}
</style>