Shades of Wild Willow #C1BF5E
Tints of Wild Willow #C1BF5E
RGB
CMYK
RGB Variations
Color information
#C1BF5E (or 0xC1BF5E) is known color: Wild Willow. HEX triplet: C1, BF and 5E. RGB value is (193,191,94). Sum of RGB (Red+Green+Blue) = 193+191+94=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF5E is #3E40A1. Grayscale: #B4B4B4. Windows color (decimal): -4079778 or 6209473. OLE color: 6209473.
HSL color Cylindrical-coordinate representation of color #C1BF5E: hue angle of 58.79º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1BF5E is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 94 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.24 |
| HSL | 58.79º | 0.44% | 0.56% | - |
| HSV(B) | 58.79º | 0.51% | 0.76% | - |
| XYZ | 42.64 | 49.41 | 17.88 | - |
| YUV | 180.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 94 | 0 | 0.01 | 0.51 | 0.24 | 58.79 | 0.44 | 0.56 |
| Hex | C1 | BF | 5E | 0 | 1 | 33 | 18 | 3B | 2C | 38 |
| Octal | 301 | 277 | 136 | 0 | 1 | 63 | 30 | 73 | 54 | 70 |
| Binary | 11000001 | 10111111 | 1011110 | 0 | 1 | 110011 | 11000 | 111011 | 101100 | 111000 |
Color Harmonies of #C1BF5E
Complementary color
Monochromatic Colors of #C1BF5E
Black with #C1BF5E
Text Example
Text Example
White with #C1BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF5E; }
p { color: rgb(193,191,94); }
H1.HeaderClassName
{
color: #C1BF5E;
}
.AnyTagClassName
{
color: #C1BF5E;
}
</style>
background-color css
<style>
a { background-color: #C1BF5E; }
a { background-color: rgb(193,191,94); }
div.DivClassName
{
background-color: #C1BF5E;
}
.BgClassName
{
background-color: #C1BF5E;
}
</style>
border-color css
<style>
span { border-color: #C1BF5E; }
span { border-color: rgb(193,191,94); }
td.TdClassName
{
border-color: #C1BF5E;
}
.TagClassName
{
border-color: #C1BF5E;
}
</style>