Shades of Wild Willow #C4C96C
Tints of Wild Willow #C4C96C
RGB
CMYK
RGB Variations
Color information
#C4C96C (or 0xC4C96C) is known color: Wild Willow. HEX triplet: C4, C9 and 6C. RGB value is (196,201,108). Sum of RGB (Red+Green+Blue) = 196+201+108=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C96C is #3B3693. Grayscale: #BDBDBD. Windows color (decimal): -3880596 or 7129540. OLE color: 7129540.
HSL color Cylindrical-coordinate representation of color #C4C96C: hue angle of 63.23º 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 #C4C96C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 108 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.21 |
| HSL | 63.23º | 0.46% | 0.61% | - |
| HSV(B) | 63.23º | 0.46% | 0.79% | - |
| XYZ | 46.36 | 54.59 | 22.28 | - |
| YUV | 188.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 108 | 0.02 | 0 | 0.46 | 0.21 | 63.23 | 0.46 | 0.61 |
| Hex | C4 | C9 | 6C | 2 | 0 | 2E | 15 | 3F | 2E | 3D |
| Octal | 304 | 311 | 154 | 2 | 0 | 56 | 25 | 77 | 56 | 75 |
| Binary | 11000100 | 11001001 | 1101100 | 10 | 0 | 101110 | 10101 | 111111 | 101110 | 111101 |
Color Harmonies of #C4C96C
Complementary color
Monochromatic Colors of #C4C96C
Black with #C4C96C
Text Example
Text Example
White with #C4C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C96C; }
p { color: rgb(196,201,108); }
H1.HeaderClassName
{
color: #C4C96C;
}
.AnyTagClassName
{
color: #C4C96C;
}
</style>
background-color css
<style>
a { background-color: #C4C96C; }
a { background-color: rgb(196,201,108); }
div.DivClassName
{
background-color: #C4C96C;
}
.BgClassName
{
background-color: #C4C96C;
}
</style>
border-color css
<style>
span { border-color: #C4C96C; }
span { border-color: rgb(196,201,108); }
td.TdClassName
{
border-color: #C4C96C;
}
.TagClassName
{
border-color: #C4C96C;
}
</style>