Shades of Wild Willow #C1D053
Tints of Wild Willow #C1D053
RGB
CMYK
RGB Variations
Color information
#C1D053 (or 0xC1D053) is known color: Wild Willow. HEX triplet: C1, D0 and 53. RGB value is (193,208,83). Sum of RGB (Red+Green+Blue) = 193+208+83=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D053 is #3E2FAC. Grayscale: #BDBDBD. Windows color (decimal): -4075437 or 5492929. OLE color: 5492929.
HSL color Cylindrical-coordinate representation of color #C1D053: hue angle of 67.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1D053 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 83 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.18 |
| HSL | 67.2º | 0.57% | 0.57% | - |
| HSV(B) | 67.2º | 0.6% | 0.82% | - |
| XYZ | 46.11 | 57.07 | 16.77 | - |
| YUV | 189.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 83 | 0.07 | 0 | 0.60 | 0.18 | 67.2 | 0.57 | 0.57 |
| Hex | C1 | D0 | 53 | 7 | 0 | 3C | 12 | 43 | 39 | 39 |
| Octal | 301 | 320 | 123 | 7 | 0 | 74 | 22 | 103 | 71 | 71 |
| Binary | 11000001 | 11010000 | 1010011 | 111 | 0 | 111100 | 10010 | 1000011 | 111001 | 111001 |
Color Harmonies of #C1D053
Complementary color
Monochromatic Colors of #C1D053
Black with #C1D053
Text Example
Text Example
White with #C1D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D053; }
p { color: rgb(193,208,83); }
H1.HeaderClassName
{
color: #C1D053;
}
.AnyTagClassName
{
color: #C1D053;
}
</style>
background-color css
<style>
a { background-color: #C1D053; }
a { background-color: rgb(193,208,83); }
div.DivClassName
{
background-color: #C1D053;
}
.BgClassName
{
background-color: #C1D053;
}
</style>
border-color css
<style>
span { border-color: #C1D053; }
span { border-color: rgb(193,208,83); }
td.TdClassName
{
border-color: #C1D053;
}
.TagClassName
{
border-color: #C1D053;
}
</style>