Shades of Wild Willow #C1C555
Tints of Wild Willow #C1C555
RGB
CMYK
RGB Variations
Color information
#C1C555 (or 0xC1C555) is known color: Wild Willow. HEX triplet: C1, C5 and 55. RGB value is (193,197,85). Sum of RGB (Red+Green+Blue) = 193+197+85=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C555 is #3E3AAA. Grayscale: #B7B7B7. Windows color (decimal): -4078251 or 5621185. OLE color: 5621185.
HSL color Cylindrical-coordinate representation of color #C1C555: hue angle of 62.14º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1C555 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 85 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.23 |
| HSL | 62.14º | 0.49% | 0.55% | - |
| HSV(B) | 62.14º | 0.57% | 0.77% | - |
| XYZ | 43.6 | 51.93 | 16.32 | - |
| YUV | 183.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 85 | 0.02 | 0 | 0.57 | 0.23 | 62.14 | 0.49 | 0.55 |
| Hex | C1 | C5 | 55 | 2 | 0 | 39 | 17 | 3E | 31 | 37 |
| Octal | 301 | 305 | 125 | 2 | 0 | 71 | 27 | 76 | 61 | 67 |
| Binary | 11000001 | 11000101 | 1010101 | 10 | 0 | 111001 | 10111 | 111110 | 110001 | 110111 |
Color Harmonies of #C1C555
Complementary color
Monochromatic Colors of #C1C555
Black with #C1C555
Text Example
Text Example
White with #C1C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C555; }
p { color: rgb(193,197,85); }
H1.HeaderClassName
{
color: #C1C555;
}
.AnyTagClassName
{
color: #C1C555;
}
</style>
background-color css
<style>
a { background-color: #C1C555; }
a { background-color: rgb(193,197,85); }
div.DivClassName
{
background-color: #C1C555;
}
.BgClassName
{
background-color: #C1C555;
}
</style>
border-color css
<style>
span { border-color: #C1C555; }
span { border-color: rgb(193,197,85); }
td.TdClassName
{
border-color: #C1C555;
}
.TagClassName
{
border-color: #C1C555;
}
</style>