Shades of Lily #C1A3B6
Tints of Lily #C1A3B6
RGB
CMYK
RGB Variations
Color information
#C1A3B6 (or 0xC1A3B6) is known color: Lily. HEX triplet: C1, A3 and B6. RGB value is (193,163,182). Sum of RGB (Red+Green+Blue) = 193+163+182=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A3B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3B6 is #3E5C49. Grayscale: #AEAEAE. Windows color (decimal): -4086858 or 11969473. OLE color: 11969473.
HSL color Cylindrical-coordinate representation of color #C1A3B6: hue angle of 322º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1A3B6 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 182 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.24 |
| HSL | 322º | 0.19% | 0.7% | - |
| HSV(B) | 322º | 0.16% | 0.76% | - |
| XYZ | 43.53 | 40.91 | 49.86 | - |
| YUV | 174.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 182 | 0 | 0.16 | 0.06 | 0.24 | 322 | 0.19 | 0.7 |
| Hex | C1 | A3 | B6 | 0 | 10 | 6 | 18 | 142 | 13 | 46 |
| Octal | 301 | 243 | 266 | 0 | 20 | 6 | 30 | 502 | 23 | 106 |
| Binary | 11000001 | 10100011 | 10110110 | 0 | 10000 | 110 | 11000 | 101000010 | 10011 | 1000110 |
Color Harmonies of #C1A3B6
Complementary color
Monochromatic Colors of #C1A3B6
Black with #C1A3B6
Text Example
Text Example
White with #C1A3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A3B6; }
p { color: rgb(193,163,182); }
H1.HeaderClassName
{
color: #C1A3B6;
}
.AnyTagClassName
{
color: #C1A3B6;
}
</style>
background-color css
<style>
a { background-color: #C1A3B6; }
a { background-color: rgb(193,163,182); }
div.DivClassName
{
background-color: #C1A3B6;
}
.BgClassName
{
background-color: #C1A3B6;
}
</style>
border-color css
<style>
span { border-color: #C1A3B6; }
span { border-color: rgb(193,163,182); }
td.TdClassName
{
border-color: #C1A3B6;
}
.TagClassName
{
border-color: #C1A3B6;
}
</style>