Shades of Wild Willow #C3C962
Tints of Wild Willow #C3C962
RGB
CMYK
RGB Variations
Color information
#C3C962 (or 0xC3C962) is known color: Wild Willow. HEX triplet: C3, C9 and 62. RGB value is (195,201,98). Sum of RGB (Red+Green+Blue) = 195+201+98=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C962 is #3C369D. Grayscale: #BBBBBB. Windows color (decimal): -3946142 or 6474179. OLE color: 6474179.
HSL color Cylindrical-coordinate representation of color #C3C962: hue angle of 63.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3C962 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 98 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.21 |
| HSL | 63.5º | 0.49% | 0.59% | - |
| HSV(B) | 63.5º | 0.51% | 0.79% | - |
| XYZ | 45.6 | 54.26 | 19.62 | - |
| YUV | 187.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 98 | 0.03 | 0 | 0.51 | 0.21 | 63.5 | 0.49 | 0.59 |
| Hex | C3 | C9 | 62 | 3 | 0 | 33 | 15 | 3F | 31 | 3B |
| Octal | 303 | 311 | 142 | 3 | 0 | 63 | 25 | 77 | 61 | 73 |
| Binary | 11000011 | 11001001 | 1100010 | 11 | 0 | 110011 | 10101 | 111111 | 110001 | 111011 |
Color Harmonies of #C3C962
Complementary color
Monochromatic Colors of #C3C962
Black with #C3C962
Text Example
Text Example
White with #C3C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C962; }
p { color: rgb(195,201,98); }
H1.HeaderClassName
{
color: #C3C962;
}
.AnyTagClassName
{
color: #C3C962;
}
</style>
background-color css
<style>
a { background-color: #C3C962; }
a { background-color: rgb(195,201,98); }
div.DivClassName
{
background-color: #C3C962;
}
.BgClassName
{
background-color: #C3C962;
}
</style>
border-color css
<style>
span { border-color: #C3C962; }
span { border-color: rgb(195,201,98); }
td.TdClassName
{
border-color: #C3C962;
}
.TagClassName
{
border-color: #C3C962;
}
</style>