Shades of Wild Willow #C3C86F
Tints of Wild Willow #C3C86F
RGB
CMYK
RGB Variations
Color information
#C3C86F (or 0xC3C86F) is known color: Wild Willow. HEX triplet: C3, C8 and 6F. RGB value is (195,200,111). Sum of RGB (Red+Green+Blue) = 195+200+111=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C86F is #3C3790. Grayscale: #BCBCBC. Windows color (decimal): -3946385 or 7325891. OLE color: 7325891.
HSL color Cylindrical-coordinate representation of color #C3C86F: hue angle of 63.37º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3C86F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 111 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.22 |
| HSL | 63.37º | 0.45% | 0.61% | - |
| HSV(B) | 63.37º | 0.45% | 0.78% | - |
| XYZ | 46.03 | 54.06 | 23.05 | - |
| YUV | 188.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 111 | 0.02 | 0 | 0.44 | 0.22 | 63.37 | 0.45 | 0.61 |
| Hex | C3 | C8 | 6F | 2 | 0 | 2C | 16 | 3F | 2D | 3D |
| Octal | 303 | 310 | 157 | 2 | 0 | 54 | 26 | 77 | 55 | 75 |
| Binary | 11000011 | 11001000 | 1101111 | 10 | 0 | 101100 | 10110 | 111111 | 101101 | 111101 |
Color Harmonies of #C3C86F
Complementary color
Monochromatic Colors of #C3C86F
Black with #C3C86F
Text Example
Text Example
White with #C3C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C86F; }
p { color: rgb(195,200,111); }
H1.HeaderClassName
{
color: #C3C86F;
}
.AnyTagClassName
{
color: #C3C86F;
}
</style>
background-color css
<style>
a { background-color: #C3C86F; }
a { background-color: rgb(195,200,111); }
div.DivClassName
{
background-color: #C3C86F;
}
.BgClassName
{
background-color: #C3C86F;
}
</style>
border-color css
<style>
span { border-color: #C3C86F; }
span { border-color: rgb(195,200,111); }
td.TdClassName
{
border-color: #C3C86F;
}
.TagClassName
{
border-color: #C3C86F;
}
</style>