Shades of Wild Willow #C3C96C
Tints of Wild Willow #C3C96C
RGB
CMYK
RGB Variations
Color information
#C3C96C (or 0xC3C96C) is known color: Wild Willow. HEX triplet: C3, C9 and 6C. RGB value is (195,201,108). Sum of RGB (Red+Green+Blue) = 195+201+108=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C96C is #3C3693. Grayscale: #BCBCBC. Windows color (decimal): -3946132 or 7129539. OLE color: 7129539.
HSL color Cylindrical-coordinate representation of color #C3C96C: hue angle of 63.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3C96C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 108 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.21 |
| HSL | 63.87º | 0.46% | 0.61% | - |
| HSV(B) | 63.87º | 0.46% | 0.79% | - |
| XYZ | 46.1 | 54.46 | 22.27 | - |
| YUV | 188.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 108 | 0.03 | 0 | 0.46 | 0.21 | 63.87 | 0.46 | 0.61 |
| Hex | C3 | C9 | 6C | 3 | 0 | 2E | 15 | 40 | 2E | 3D |
| Octal | 303 | 311 | 154 | 3 | 0 | 56 | 25 | 100 | 56 | 75 |
| Binary | 11000011 | 11001001 | 1101100 | 11 | 0 | 101110 | 10101 | 1000000 | 101110 | 111101 |
Color Harmonies of #C3C96C
Complementary color
Monochromatic Colors of #C3C96C
Black with #C3C96C
Text Example
Text Example
White with #C3C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C96C; }
p { color: rgb(195,201,108); }
H1.HeaderClassName
{
color: #C3C96C;
}
.AnyTagClassName
{
color: #C3C96C;
}
</style>
background-color css
<style>
a { background-color: #C3C96C; }
a { background-color: rgb(195,201,108); }
div.DivClassName
{
background-color: #C3C96C;
}
.BgClassName
{
background-color: #C3C96C;
}
</style>
border-color css
<style>
span { border-color: #C3C96C; }
span { border-color: rgb(195,201,108); }
td.TdClassName
{
border-color: #C3C96C;
}
.TagClassName
{
border-color: #C3C96C;
}
</style>