Shades of Wild Willow #C1C86C
Tints of Wild Willow #C1C86C
RGB
CMYK
RGB Variations
Color information
#C1C86C (or 0xC1C86C) is known color: Wild Willow. HEX triplet: C1, C8 and 6C. RGB value is (193,200,108). Sum of RGB (Red+Green+Blue) = 193+200+108=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C86C is #3E3793. Grayscale: #BBBBBB. Windows color (decimal): -4077460 or 7129281. OLE color: 7129281.
HSL color Cylindrical-coordinate representation of color #C1C86C: hue angle of 64.57º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1C86C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 108 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.22 |
| HSL | 64.57º | 0.46% | 0.6% | - |
| HSV(B) | 64.57º | 0.46% | 0.78% | - |
| XYZ | 45.35 | 53.73 | 22.17 | - |
| YUV | 187.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 108 | 0.04 | 0 | 0.46 | 0.22 | 64.57 | 0.46 | 0.6 |
| Hex | C1 | C8 | 6C | 4 | 0 | 2E | 16 | 41 | 2E | 3C |
| Octal | 301 | 310 | 154 | 4 | 0 | 56 | 26 | 101 | 56 | 74 |
| Binary | 11000001 | 11001000 | 1101100 | 100 | 0 | 101110 | 10110 | 1000001 | 101110 | 111100 |
Color Harmonies of #C1C86C
Complementary color
Monochromatic Colors of #C1C86C
Black with #C1C86C
Text Example
Text Example
White with #C1C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C86C; }
p { color: rgb(193,200,108); }
H1.HeaderClassName
{
color: #C1C86C;
}
.AnyTagClassName
{
color: #C1C86C;
}
</style>
background-color css
<style>
a { background-color: #C1C86C; }
a { background-color: rgb(193,200,108); }
div.DivClassName
{
background-color: #C1C86C;
}
.BgClassName
{
background-color: #C1C86C;
}
</style>
border-color css
<style>
span { border-color: #C1C86C; }
span { border-color: rgb(193,200,108); }
td.TdClassName
{
border-color: #C1C86C;
}
.TagClassName
{
border-color: #C1C86C;
}
</style>