Shades of Lilac #C1AABF
Tints of Lilac #C1AABF
RGB
CMYK
RGB Variations
Color information
#C1AABF (or 0xC1AABF) is known color: Lilac. HEX triplet: C1, AA and BF. RGB value is (193,170,191). Sum of RGB (Red+Green+Blue) = 193+170+191=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AABF is #3E5540. Grayscale: #B3B3B3. Windows color (decimal): -4085057 or 12561089. OLE color: 12561089.
HSL color Cylindrical-coordinate representation of color #C1AABF: hue angle of 305.22º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1AABF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 191 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.24 |
| HSL | 305.22º | 0.16% | 0.71% | - |
| HSV(B) | 305.22º | 0.12% | 0.76% | - |
| XYZ | 45.77 | 43.85 | 55.34 | - |
| YUV | 179.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 191 | 0 | 0.12 | 0.01 | 0.24 | 305.22 | 0.16 | 0.71 |
| Hex | C1 | AA | BF | 0 | C | 1 | 18 | 131 | 10 | 47 |
| Octal | 301 | 252 | 277 | 0 | 14 | 1 | 30 | 461 | 20 | 107 |
| Binary | 11000001 | 10101010 | 10111111 | 0 | 1100 | 1 | 11000 | 100110001 | 10000 | 1000111 |
Color Harmonies of #C1AABF
Complementary color
Monochromatic Colors of #C1AABF
Black with #C1AABF
Text Example
Text Example
White with #C1AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AABF; }
p { color: rgb(193,170,191); }
H1.HeaderClassName
{
color: #C1AABF;
}
.AnyTagClassName
{
color: #C1AABF;
}
</style>
background-color css
<style>
a { background-color: #C1AABF; }
a { background-color: rgb(193,170,191); }
div.DivClassName
{
background-color: #C1AABF;
}
.BgClassName
{
background-color: #C1AABF;
}
</style>
border-color css
<style>
span { border-color: #C1AABF; }
span { border-color: rgb(193,170,191); }
td.TdClassName
{
border-color: #C1AABF;
}
.TagClassName
{
border-color: #C1AABF;
}
</style>