Shades of Wild Willow #C8CF62
Tints of Wild Willow #C8CF62
RGB
CMYK
RGB Variations
Color information
#C8CF62 (or 0xC8CF62) is known color: Wild Willow. HEX triplet: C8, CF and 62. RGB value is (200,207,98). Sum of RGB (Red+Green+Blue) = 200+207+98=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF62 is #37309D. Grayscale: #C0C0C0. Windows color (decimal): -3616926 or 6475720. OLE color: 6475720.
HSL color Cylindrical-coordinate representation of color #C8CF62: hue angle of 63.85º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8CF62 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 98 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.19 |
| HSL | 63.85º | 0.53% | 0.6% | - |
| HSV(B) | 63.85º | 0.53% | 0.81% | - |
| XYZ | 48.34 | 57.79 | 20.16 | - |
| YUV | 192.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 98 | 0.03 | 0 | 0.53 | 0.19 | 63.85 | 0.53 | 0.6 |
| Hex | C8 | CF | 62 | 3 | 0 | 35 | 13 | 40 | 35 | 3C |
| Octal | 310 | 317 | 142 | 3 | 0 | 65 | 23 | 100 | 65 | 74 |
| Binary | 11001000 | 11001111 | 1100010 | 11 | 0 | 110101 | 10011 | 1000000 | 110101 | 111100 |
Color Harmonies of #C8CF62
Complementary color
Monochromatic Colors of #C8CF62
Black with #C8CF62
Text Example
Text Example
White with #C8CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF62; }
p { color: rgb(200,207,98); }
H1.HeaderClassName
{
color: #C8CF62;
}
.AnyTagClassName
{
color: #C8CF62;
}
</style>
background-color css
<style>
a { background-color: #C8CF62; }
a { background-color: rgb(200,207,98); }
div.DivClassName
{
background-color: #C8CF62;
}
.BgClassName
{
background-color: #C8CF62;
}
</style>
border-color css
<style>
span { border-color: #C8CF62; }
span { border-color: rgb(200,207,98); }
td.TdClassName
{
border-color: #C8CF62;
}
.TagClassName
{
border-color: #C8CF62;
}
</style>