Shades of Lilac #C1A6BE
Tints of Lilac #C1A6BE
RGB
CMYK
RGB Variations
Color information
#C1A6BE (or 0xC1A6BE) is known color: Lilac. HEX triplet: C1, A6 and BE. RGB value is (193,166,190). Sum of RGB (Red+Green+Blue) = 193+166+190=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6BE is #3E5941. Grayscale: #B0B0B0. Windows color (decimal): -4086082 or 12494529. OLE color: 12494529.
HSL color Cylindrical-coordinate representation of color #C1A6BE: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1A6BE is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 190 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.24 |
| HSL | 306.67º | 0.18% | 0.7% | - |
| HSV(B) | 306.67º | 0.14% | 0.76% | - |
| XYZ | 44.92 | 42.33 | 54.52 | - |
| YUV | 176.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 190 | 0 | 0.14 | 0.02 | 0.24 | 306.67 | 0.18 | 0.7 |
| Hex | C1 | A6 | BE | 0 | E | 2 | 18 | 133 | 12 | 46 |
| Octal | 301 | 246 | 276 | 0 | 16 | 2 | 30 | 463 | 22 | 106 |
| Binary | 11000001 | 10100110 | 10111110 | 0 | 1110 | 10 | 11000 | 100110011 | 10010 | 1000110 |
Color Harmonies of #C1A6BE
Complementary color
Monochromatic Colors of #C1A6BE
Black with #C1A6BE
Text Example
Text Example
White with #C1A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A6BE; }
p { color: rgb(193,166,190); }
H1.HeaderClassName
{
color: #C1A6BE;
}
.AnyTagClassName
{
color: #C1A6BE;
}
</style>
background-color css
<style>
a { background-color: #C1A6BE; }
a { background-color: rgb(193,166,190); }
div.DivClassName
{
background-color: #C1A6BE;
}
.BgClassName
{
background-color: #C1A6BE;
}
</style>
border-color css
<style>
span { border-color: #C1A6BE; }
span { border-color: rgb(193,166,190); }
td.TdClassName
{
border-color: #C1A6BE;
}
.TagClassName
{
border-color: #C1A6BE;
}
</style>