Shades of Wild Willow #C3CF62
Tints of Wild Willow #C3CF62
RGB
CMYK
RGB Variations
Color information
#C3CF62 (or 0xC3CF62) is known color: Wild Willow. HEX triplet: C3, CF and 62. RGB value is (195,207,98). Sum of RGB (Red+Green+Blue) = 195+207+98=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CF62 is #3C309D. Grayscale: #BFBFBF. Windows color (decimal): -3944606 or 6475715. OLE color: 6475715.
HSL color Cylindrical-coordinate representation of color #C3CF62: hue angle of 66.61º 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 #C3CF62 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 98 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.19 |
| HSL | 66.61º | 0.53% | 0.6% | - |
| HSV(B) | 66.61º | 0.53% | 0.81% | - |
| XYZ | 47.02 | 57.11 | 20.1 | - |
| YUV | 190.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 98 | 0.06 | 0 | 0.53 | 0.19 | 66.61 | 0.53 | 0.6 |
| Hex | C3 | CF | 62 | 6 | 0 | 35 | 13 | 43 | 35 | 3C |
| Octal | 303 | 317 | 142 | 6 | 0 | 65 | 23 | 103 | 65 | 74 |
| Binary | 11000011 | 11001111 | 1100010 | 110 | 0 | 110101 | 10011 | 1000011 | 110101 | 111100 |
Color Harmonies of #C3CF62
Complementary color
Monochromatic Colors of #C3CF62
Black with #C3CF62
Text Example
Text Example
White with #C3CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF62; }
p { color: rgb(195,207,98); }
H1.HeaderClassName
{
color: #C3CF62;
}
.AnyTagClassName
{
color: #C3CF62;
}
</style>
background-color css
<style>
a { background-color: #C3CF62; }
a { background-color: rgb(195,207,98); }
div.DivClassName
{
background-color: #C3CF62;
}
.BgClassName
{
background-color: #C3CF62;
}
</style>
border-color css
<style>
span { border-color: #C3CF62; }
span { border-color: rgb(195,207,98); }
td.TdClassName
{
border-color: #C3CF62;
}
.TagClassName
{
border-color: #C3CF62;
}
</style>