Shades of Wild Willow #C4C261
Tints of Wild Willow #C4C261
RGB
CMYK
RGB Variations
Color information
#C4C261 (or 0xC4C261) is known color: Wild Willow. HEX triplet: C4, C2 and 61. RGB value is (196,194,97). Sum of RGB (Red+Green+Blue) = 196+194+97=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C261 is #3B3D9E. Grayscale: #B7B7B7. Windows color (decimal): -3882399 or 6406852. OLE color: 6406852.
HSL color Cylindrical-coordinate representation of color #C4C261: hue angle of 58.79º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4C261 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 97 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.23 |
| HSL | 58.79º | 0.46% | 0.57% | - |
| HSV(B) | 58.79º | 0.51% | 0.77% | - |
| XYZ | 44.21 | 51.18 | 18.86 | - |
| YUV | 183.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 97 | 0 | 0.01 | 0.51 | 0.23 | 58.79 | 0.46 | 0.57 |
| Hex | C4 | C2 | 61 | 0 | 1 | 33 | 17 | 3B | 2E | 39 |
| Octal | 304 | 302 | 141 | 0 | 1 | 63 | 27 | 73 | 56 | 71 |
| Binary | 11000100 | 11000010 | 1100001 | 0 | 1 | 110011 | 10111 | 111011 | 101110 | 111001 |
Color Harmonies of #C4C261
Complementary color
Monochromatic Colors of #C4C261
Black with #C4C261
Text Example
Text Example
White with #C4C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C261; }
p { color: rgb(196,194,97); }
H1.HeaderClassName
{
color: #C4C261;
}
.AnyTagClassName
{
color: #C4C261;
}
</style>
background-color css
<style>
a { background-color: #C4C261; }
a { background-color: rgb(196,194,97); }
div.DivClassName
{
background-color: #C4C261;
}
.BgClassName
{
background-color: #C4C261;
}
</style>
border-color css
<style>
span { border-color: #C4C261; }
span { border-color: rgb(196,194,97); }
td.TdClassName
{
border-color: #C4C261;
}
.TagClassName
{
border-color: #C4C261;
}
</style>