Shades of Wild Willow #C3C65F
Tints of Wild Willow #C3C65F
RGB
CMYK
RGB Variations
Color information
#C3C65F (or 0xC3C65F) is known color: Wild Willow. HEX triplet: C3, C6 and 5F. RGB value is (195,198,95). Sum of RGB (Red+Green+Blue) = 195+198+95=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C65F is #3C39A0. Grayscale: #B9B9B9. Windows color (decimal): -3946913 or 6276803. OLE color: 6276803.
HSL color Cylindrical-coordinate representation of color #C3C65F: hue angle of 61.75º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3C65F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 95 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.22 |
| HSL | 61.75º | 0.47% | 0.57% | - |
| HSV(B) | 61.75º | 0.52% | 0.78% | - |
| XYZ | 44.77 | 52.82 | 18.66 | - |
| YUV | 185.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 95 | 0.02 | 0 | 0.52 | 0.22 | 61.75 | 0.47 | 0.57 |
| Hex | C3 | C6 | 5F | 2 | 0 | 34 | 16 | 3E | 2F | 39 |
| Octal | 303 | 306 | 137 | 2 | 0 | 64 | 26 | 76 | 57 | 71 |
| Binary | 11000011 | 11000110 | 1011111 | 10 | 0 | 110100 | 10110 | 111110 | 101111 | 111001 |
Color Harmonies of #C3C65F
Complementary color
Monochromatic Colors of #C3C65F
Black with #C3C65F
Text Example
Text Example
White with #C3C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C65F; }
p { color: rgb(195,198,95); }
H1.HeaderClassName
{
color: #C3C65F;
}
.AnyTagClassName
{
color: #C3C65F;
}
</style>
background-color css
<style>
a { background-color: #C3C65F; }
a { background-color: rgb(195,198,95); }
div.DivClassName
{
background-color: #C3C65F;
}
.BgClassName
{
background-color: #C3C65F;
}
</style>
border-color css
<style>
span { border-color: #C3C65F; }
span { border-color: rgb(195,198,95); }
td.TdClassName
{
border-color: #C3C65F;
}
.TagClassName
{
border-color: #C3C65F;
}
</style>