Shades of Wild Willow #C3C963
Tints of Wild Willow #C3C963
RGB
CMYK
RGB Variations
Color information
#C3C963 (or 0xC3C963) is known color: Wild Willow. HEX triplet: C3, C9 and 63. RGB value is (195,201,99). Sum of RGB (Red+Green+Blue) = 195+201+99=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C963 is #3C369C. Grayscale: #BBBBBB. Windows color (decimal): -3946141 or 6539715. OLE color: 6539715.
HSL color Cylindrical-coordinate representation of color #C3C963: hue angle of 63.53º 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 #C3C963 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 99 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.21 |
| HSL | 63.53º | 0.49% | 0.59% | - |
| HSV(B) | 63.53º | 0.51% | 0.79% | - |
| XYZ | 45.64 | 54.28 | 19.88 | - |
| YUV | 187.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 99 | 0.03 | 0 | 0.51 | 0.21 | 63.53 | 0.49 | 0.59 |
| Hex | C3 | C9 | 63 | 3 | 0 | 33 | 15 | 40 | 31 | 3B |
| Octal | 303 | 311 | 143 | 3 | 0 | 63 | 25 | 100 | 61 | 73 |
| Binary | 11000011 | 11001001 | 1100011 | 11 | 0 | 110011 | 10101 | 1000000 | 110001 | 111011 |
Color Harmonies of #C3C963
Complementary color
Monochromatic Colors of #C3C963
Black with #C3C963
Text Example
Text Example
White with #C3C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C963; }
p { color: rgb(195,201,99); }
H1.HeaderClassName
{
color: #C3C963;
}
.AnyTagClassName
{
color: #C3C963;
}
</style>
background-color css
<style>
a { background-color: #C3C963; }
a { background-color: rgb(195,201,99); }
div.DivClassName
{
background-color: #C3C963;
}
.BgClassName
{
background-color: #C3C963;
}
</style>
border-color css
<style>
span { border-color: #C3C963; }
span { border-color: rgb(195,201,99); }
td.TdClassName
{
border-color: #C3C963;
}
.TagClassName
{
border-color: #C3C963;
}
</style>