Shades of Wild Willow #C1CF62
Tints of Wild Willow #C1CF62
RGB
CMYK
RGB Variations
Color information
#C1CF62 (or 0xC1CF62) is known color: Wild Willow. HEX triplet: C1, CF and 62. RGB value is (193,207,98). Sum of RGB (Red+Green+Blue) = 193+207+98=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CF62 is #3E309D. Grayscale: #BEBEBE. Windows color (decimal): -4075678 or 6475713. OLE color: 6475713.
HSL color Cylindrical-coordinate representation of color #C1CF62: hue angle of 67.71º 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 #C1CF62 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 98 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.19 |
| HSL | 67.71º | 0.53% | 0.6% | - |
| HSV(B) | 67.71º | 0.53% | 0.81% | - |
| XYZ | 46.51 | 56.84 | 20.08 | - |
| YUV | 190.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 98 | 0.07 | 0 | 0.53 | 0.19 | 67.71 | 0.53 | 0.6 |
| Hex | C1 | CF | 62 | 7 | 0 | 35 | 13 | 44 | 35 | 3C |
| Octal | 301 | 317 | 142 | 7 | 0 | 65 | 23 | 104 | 65 | 74 |
| Binary | 11000001 | 11001111 | 1100010 | 111 | 0 | 110101 | 10011 | 1000100 | 110101 | 111100 |
Color Harmonies of #C1CF62
Complementary color
Monochromatic Colors of #C1CF62
Black with #C1CF62
Text Example
Text Example
White with #C1CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF62; }
p { color: rgb(193,207,98); }
H1.HeaderClassName
{
color: #C1CF62;
}
.AnyTagClassName
{
color: #C1CF62;
}
</style>
background-color css
<style>
a { background-color: #C1CF62; }
a { background-color: rgb(193,207,98); }
div.DivClassName
{
background-color: #C1CF62;
}
.BgClassName
{
background-color: #C1CF62;
}
</style>
border-color css
<style>
span { border-color: #C1CF62; }
span { border-color: rgb(193,207,98); }
td.TdClassName
{
border-color: #C1CF62;
}
.TagClassName
{
border-color: #C1CF62;
}
</style>