Shades of Wild Willow #C1C856
Tints of Wild Willow #C1C856
RGB
CMYK
RGB Variations
Color information
#C1C856 (or 0xC1C856) is known color: Wild Willow. HEX triplet: C1, C8 and 56. RGB value is (193,200,86). Sum of RGB (Red+Green+Blue) = 193+200+86=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C856 is #3E37A9. Grayscale: #B9B9B9. Windows color (decimal): -4077482 or 5687489. OLE color: 5687489.
HSL color Cylindrical-coordinate representation of color #C1C856: hue angle of 63.68º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1C856 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 86 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.22 |
| HSL | 63.68º | 0.51% | 0.56% | - |
| HSV(B) | 63.68º | 0.57% | 0.78% | - |
| XYZ | 44.33 | 53.32 | 16.76 | - |
| YUV | 184.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 86 | 0.04 | 0 | 0.57 | 0.22 | 63.68 | 0.51 | 0.56 |
| Hex | C1 | C8 | 56 | 4 | 0 | 39 | 16 | 40 | 33 | 38 |
| Octal | 301 | 310 | 126 | 4 | 0 | 71 | 26 | 100 | 63 | 70 |
| Binary | 11000001 | 11001000 | 1010110 | 100 | 0 | 111001 | 10110 | 1000000 | 110011 | 111000 |
Color Harmonies of #C1C856
Complementary color
Monochromatic Colors of #C1C856
Black with #C1C856
Text Example
Text Example
White with #C1C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C856; }
p { color: rgb(193,200,86); }
H1.HeaderClassName
{
color: #C1C856;
}
.AnyTagClassName
{
color: #C1C856;
}
</style>
background-color css
<style>
a { background-color: #C1C856; }
a { background-color: rgb(193,200,86); }
div.DivClassName
{
background-color: #C1C856;
}
.BgClassName
{
background-color: #C1C856;
}
</style>
border-color css
<style>
span { border-color: #C1C856; }
span { border-color: rgb(193,200,86); }
td.TdClassName
{
border-color: #C1C856;
}
.TagClassName
{
border-color: #C1C856;
}
</style>