Shades of Wild Willow #C5C969
Tints of Wild Willow #C5C969
RGB
CMYK
RGB Variations
Color information
#C5C969 (or 0xC5C969) is known color: Wild Willow. HEX triplet: C5, C9 and 69. RGB value is (197,201,105). Sum of RGB (Red+Green+Blue) = 197+201+105=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C969 is #3A3696. Grayscale: #BDBDBD. Windows color (decimal): -3815063 or 6932933. OLE color: 6932933.
HSL color Cylindrical-coordinate representation of color #C5C969: hue angle of 62.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5C969 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 105 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.21 |
| HSL | 62.5º | 0.47% | 0.6% | - |
| HSV(B) | 62.5º | 0.48% | 0.79% | - |
| XYZ | 46.46 | 54.66 | 21.47 | - |
| YUV | 188.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 105 | 0.02 | 0 | 0.48 | 0.21 | 62.5 | 0.47 | 0.6 |
| Hex | C5 | C9 | 69 | 2 | 0 | 30 | 15 | 3F | 2F | 3C |
| Octal | 305 | 311 | 151 | 2 | 0 | 60 | 25 | 77 | 57 | 74 |
| Binary | 11000101 | 11001001 | 1101001 | 10 | 0 | 110000 | 10101 | 111111 | 101111 | 111100 |
Color Harmonies of #C5C969
Complementary color
Monochromatic Colors of #C5C969
Black with #C5C969
Text Example
Text Example
White with #C5C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C969; }
p { color: rgb(197,201,105); }
H1.HeaderClassName
{
color: #C5C969;
}
.AnyTagClassName
{
color: #C5C969;
}
</style>
background-color css
<style>
a { background-color: #C5C969; }
a { background-color: rgb(197,201,105); }
div.DivClassName
{
background-color: #C5C969;
}
.BgClassName
{
background-color: #C5C969;
}
</style>
border-color css
<style>
span { border-color: #C5C969; }
span { border-color: rgb(197,201,105); }
td.TdClassName
{
border-color: #C5C969;
}
.TagClassName
{
border-color: #C5C969;
}
</style>