Shades of Lilac #C1A4BF
Tints of Lilac #C1A4BF
RGB
CMYK
RGB Variations
Color information
#C1A4BF (or 0xC1A4BF) is known color: Lilac. HEX triplet: C1, A4 and BF. RGB value is (193,164,191). Sum of RGB (Red+Green+Blue) = 193+164+191=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4BF is #3E5B40. Grayscale: #AFAFAF. Windows color (decimal): -4086593 or 12559553. OLE color: 12559553.
HSL color Cylindrical-coordinate representation of color #C1A4BF: hue angle of 304.14º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A4BF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 191 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.24 |
| HSL | 304.14º | 0.19% | 0.7% | - |
| HSV(B) | 304.14º | 0.15% | 0.76% | - |
| XYZ | 44.67 | 41.65 | 54.98 | - |
| YUV | 175.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 191 | 0 | 0.15 | 0.01 | 0.24 | 304.14 | 0.19 | 0.7 |
| Hex | C1 | A4 | BF | 0 | F | 1 | 18 | 130 | 13 | 46 |
| Octal | 301 | 244 | 277 | 0 | 17 | 1 | 30 | 460 | 23 | 106 |
| Binary | 11000001 | 10100100 | 10111111 | 0 | 1111 | 1 | 11000 | 100110000 | 10011 | 1000110 |
Color Harmonies of #C1A4BF
Complementary color
Monochromatic Colors of #C1A4BF
Black with #C1A4BF
Text Example
Text Example
White with #C1A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A4BF; }
p { color: rgb(193,164,191); }
H1.HeaderClassName
{
color: #C1A4BF;
}
.AnyTagClassName
{
color: #C1A4BF;
}
</style>
background-color css
<style>
a { background-color: #C1A4BF; }
a { background-color: rgb(193,164,191); }
div.DivClassName
{
background-color: #C1A4BF;
}
.BgClassName
{
background-color: #C1A4BF;
}
</style>
border-color css
<style>
span { border-color: #C1A4BF; }
span { border-color: rgb(193,164,191); }
td.TdClassName
{
border-color: #C1A4BF;
}
.TagClassName
{
border-color: #C1A4BF;
}
</style>