Shades of Lilac #C1ABC0
Tints of Lilac #C1ABC0
RGB
CMYK
RGB Variations
Color information
#C1ABC0 (or 0xC1ABC0) is known color: Lilac. HEX triplet: C1, AB and C0. RGB value is (193,171,192). Sum of RGB (Red+Green+Blue) = 193+171+192=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC0 is #3E543F. Grayscale: #B3B3B3. Windows color (decimal): -4084800 or 12626881. OLE color: 12626881.
HSL color Cylindrical-coordinate representation of color #C1ABC0: hue angle of 302.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABC0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 192 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.24 |
| HSL | 302.73º | 0.15% | 0.71% | - |
| HSV(B) | 302.73º | 0.11% | 0.76% | - |
| XYZ | 46.07 | 44.27 | 55.99 | - |
| YUV | 179.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 192 | 0 | 0.11 | 0.01 | 0.24 | 302.73 | 0.15 | 0.71 |
| Hex | C1 | AB | C0 | 0 | B | 1 | 18 | 12F | F | 47 |
| Octal | 301 | 253 | 300 | 0 | 13 | 1 | 30 | 457 | 17 | 107 |
| Binary | 11000001 | 10101011 | 11000000 | 0 | 1011 | 1 | 11000 | 100101111 | 1111 | 1000111 |
Color Harmonies of #C1ABC0
Complementary color
Monochromatic Colors of #C1ABC0
Black with #C1ABC0
Text Example
Text Example
White with #C1ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABC0; }
p { color: rgb(193,171,192); }
H1.HeaderClassName
{
color: #C1ABC0;
}
.AnyTagClassName
{
color: #C1ABC0;
}
</style>
background-color css
<style>
a { background-color: #C1ABC0; }
a { background-color: rgb(193,171,192); }
div.DivClassName
{
background-color: #C1ABC0;
}
.BgClassName
{
background-color: #C1ABC0;
}
</style>
border-color css
<style>
span { border-color: #C1ABC0; }
span { border-color: rgb(193,171,192); }
td.TdClassName
{
border-color: #C1ABC0;
}
.TagClassName
{
border-color: #C1ABC0;
}
</style>