Shades of Wild Willow #C4C65F
Tints of Wild Willow #C4C65F
RGB
CMYK
RGB Variations
Color information
#C4C65F (or 0xC4C65F) is known color: Wild Willow. HEX triplet: C4, C6 and 5F. RGB value is (196,198,95). Sum of RGB (Red+Green+Blue) = 196+198+95=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C65F is #3B39A0. Grayscale: #BABABA. Windows color (decimal): -3881377 or 6276804. OLE color: 6276804.
HSL color Cylindrical-coordinate representation of color #C4C65F: hue angle of 61.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4C65F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 95 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.22 |
| HSL | 61.17º | 0.47% | 0.57% | - |
| HSV(B) | 61.17º | 0.52% | 0.78% | - |
| XYZ | 45.02 | 52.95 | 18.67 | - |
| YUV | 185.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 95 | 0.01 | 0 | 0.52 | 0.22 | 61.17 | 0.47 | 0.57 |
| Hex | C4 | C6 | 5F | 1 | 0 | 34 | 16 | 3D | 2F | 39 |
| Octal | 304 | 306 | 137 | 1 | 0 | 64 | 26 | 75 | 57 | 71 |
| Binary | 11000100 | 11000110 | 1011111 | 1 | 0 | 110100 | 10110 | 111101 | 101111 | 111001 |
Color Harmonies of #C4C65F
Complementary color
Monochromatic Colors of #C4C65F
Black with #C4C65F
Text Example
Text Example
White with #C4C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C65F; }
p { color: rgb(196,198,95); }
H1.HeaderClassName
{
color: #C4C65F;
}
.AnyTagClassName
{
color: #C4C65F;
}
</style>
background-color css
<style>
a { background-color: #C4C65F; }
a { background-color: rgb(196,198,95); }
div.DivClassName
{
background-color: #C4C65F;
}
.BgClassName
{
background-color: #C4C65F;
}
</style>
border-color css
<style>
span { border-color: #C4C65F; }
span { border-color: rgb(196,198,95); }
td.TdClassName
{
border-color: #C4C65F;
}
.TagClassName
{
border-color: #C4C65F;
}
</style>