Shades of Lilac #C1ABBF
Tints of Lilac #C1ABBF
RGB
CMYK
RGB Variations
Color information
#C1ABBF (or 0xC1ABBF) is known color: Lilac. HEX triplet: C1, AB and BF. RGB value is (193,171,191). Sum of RGB (Red+Green+Blue) = 193+171+191=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABBF is #3E5440. Grayscale: #B3B3B3. Windows color (decimal): -4084801 or 12561345. OLE color: 12561345.
HSL color Cylindrical-coordinate representation of color #C1ABBF: hue angle of 305.45º 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 #C1ABBF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 191 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.24 |
| HSL | 305.45º | 0.15% | 0.71% | - |
| HSV(B) | 305.45º | 0.11% | 0.76% | - |
| XYZ | 45.96 | 44.22 | 55.4 | - |
| YUV | 179.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 191 | 0 | 0.11 | 0.01 | 0.24 | 305.45 | 0.15 | 0.71 |
| Hex | C1 | AB | BF | 0 | B | 1 | 18 | 131 | F | 47 |
| Octal | 301 | 253 | 277 | 0 | 13 | 1 | 30 | 461 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10111111 | 0 | 1011 | 1 | 11000 | 100110001 | 1111 | 1000111 |
Color Harmonies of #C1ABBF
Complementary color
Monochromatic Colors of #C1ABBF
Black with #C1ABBF
Text Example
Text Example
White with #C1ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABBF; }
p { color: rgb(193,171,191); }
H1.HeaderClassName
{
color: #C1ABBF;
}
.AnyTagClassName
{
color: #C1ABBF;
}
</style>
background-color css
<style>
a { background-color: #C1ABBF; }
a { background-color: rgb(193,171,191); }
div.DivClassName
{
background-color: #C1ABBF;
}
.BgClassName
{
background-color: #C1ABBF;
}
</style>
border-color css
<style>
span { border-color: #C1ABBF; }
span { border-color: rgb(193,171,191); }
td.TdClassName
{
border-color: #C1ABBF;
}
.TagClassName
{
border-color: #C1ABBF;
}
</style>