Shades of Wild Willow #C3C562
Tints of Wild Willow #C3C562
RGB
CMYK
RGB Variations
Color information
#C3C562 (or 0xC3C562) is known color: Wild Willow. HEX triplet: C3, C5 and 62. RGB value is (195,197,98). Sum of RGB (Red+Green+Blue) = 195+197+98=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C562 is #3C3A9D. Grayscale: #B9B9B9. Windows color (decimal): -3947166 or 6473155. OLE color: 6473155.
HSL color Cylindrical-coordinate representation of color #C3C562: hue angle of 61.21º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3C562 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 98 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.23 |
| HSL | 61.21º | 0.46% | 0.58% | - |
| HSV(B) | 61.21º | 0.5% | 0.77% | - |
| XYZ | 44.68 | 52.42 | 19.32 | - |
| YUV | 185.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 98 | 0.01 | 0 | 0.50 | 0.23 | 61.21 | 0.46 | 0.58 |
| Hex | C3 | C5 | 62 | 1 | 0 | 32 | 17 | 3D | 2E | 3A |
| Octal | 303 | 305 | 142 | 1 | 0 | 62 | 27 | 75 | 56 | 72 |
| Binary | 11000011 | 11000101 | 1100010 | 1 | 0 | 110010 | 10111 | 111101 | 101110 | 111010 |
Color Harmonies of #C3C562
Complementary color
Monochromatic Colors of #C3C562
Black with #C3C562
Text Example
Text Example
White with #C3C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C562; }
p { color: rgb(195,197,98); }
H1.HeaderClassName
{
color: #C3C562;
}
.AnyTagClassName
{
color: #C3C562;
}
</style>
background-color css
<style>
a { background-color: #C3C562; }
a { background-color: rgb(195,197,98); }
div.DivClassName
{
background-color: #C3C562;
}
.BgClassName
{
background-color: #C3C562;
}
</style>
border-color css
<style>
span { border-color: #C3C562; }
span { border-color: rgb(195,197,98); }
td.TdClassName
{
border-color: #C3C562;
}
.TagClassName
{
border-color: #C3C562;
}
</style>