Shades of Wild Willow #C1C85A
Tints of Wild Willow #C1C85A
RGB
CMYK
RGB Variations
Color information
#C1C85A (or 0xC1C85A) is known color: Wild Willow. HEX triplet: C1, C8 and 5A. RGB value is (193,200,90). Sum of RGB (Red+Green+Blue) = 193+200+90=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C85A is #3E37A5. Grayscale: #B9B9B9. Windows color (decimal): -4077478 or 5949633. OLE color: 5949633.
HSL color Cylindrical-coordinate representation of color #C1C85A: hue angle of 63.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1C85A is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 90 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.22 |
| HSL | 63.82º | 0.5% | 0.57% | - |
| HSV(B) | 63.82º | 0.55% | 0.78% | - |
| XYZ | 44.49 | 53.38 | 17.63 | - |
| YUV | 185.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 90 | 0.04 | 0 | 0.55 | 0.22 | 63.82 | 0.5 | 0.57 |
| Hex | C1 | C8 | 5A | 4 | 0 | 37 | 16 | 40 | 32 | 39 |
| Octal | 301 | 310 | 132 | 4 | 0 | 67 | 26 | 100 | 62 | 71 |
| Binary | 11000001 | 11001000 | 1011010 | 100 | 0 | 110111 | 10110 | 1000000 | 110010 | 111001 |
Color Harmonies of #C1C85A
Complementary color
Monochromatic Colors of #C1C85A
Black with #C1C85A
Text Example
Text Example
White with #C1C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C85A; }
p { color: rgb(193,200,90); }
H1.HeaderClassName
{
color: #C1C85A;
}
.AnyTagClassName
{
color: #C1C85A;
}
</style>
background-color css
<style>
a { background-color: #C1C85A; }
a { background-color: rgb(193,200,90); }
div.DivClassName
{
background-color: #C1C85A;
}
.BgClassName
{
background-color: #C1C85A;
}
</style>
border-color css
<style>
span { border-color: #C1C85A; }
span { border-color: rgb(193,200,90); }
td.TdClassName
{
border-color: #C1C85A;
}
.TagClassName
{
border-color: #C1C85A;
}
</style>