Shades of Lilac #C1A8BF
Tints of Lilac #C1A8BF
RGB
CMYK
RGB Variations
Color information
#C1A8BF (or 0xC1A8BF) is known color: Lilac. HEX triplet: C1, A8 and BF. RGB value is (193,168,191). Sum of RGB (Red+Green+Blue) = 193+168+191=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8BF is #3E5740. Grayscale: #B2B2B2. Windows color (decimal): -4085569 or 12560577. OLE color: 12560577.
HSL color Cylindrical-coordinate representation of color #C1A8BF: hue angle of 304.8º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1A8BF is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 191 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.24 |
| HSL | 304.8º | 0.17% | 0.71% | - |
| HSV(B) | 304.8º | 0.13% | 0.76% | - |
| XYZ | 45.4 | 43.1 | 55.22 | - |
| YUV | 178.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 191 | 0 | 0.13 | 0.01 | 0.24 | 304.8 | 0.17 | 0.71 |
| Hex | C1 | A8 | BF | 0 | D | 1 | 18 | 131 | 11 | 47 |
| Octal | 301 | 250 | 277 | 0 | 15 | 1 | 30 | 461 | 21 | 107 |
| Binary | 11000001 | 10101000 | 10111111 | 0 | 1101 | 1 | 11000 | 100110001 | 10001 | 1000111 |
Color Harmonies of #C1A8BF
Complementary color
Monochromatic Colors of #C1A8BF
Black with #C1A8BF
Text Example
Text Example
White with #C1A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8BF; }
p { color: rgb(193,168,191); }
H1.HeaderClassName
{
color: #C1A8BF;
}
.AnyTagClassName
{
color: #C1A8BF;
}
</style>
background-color css
<style>
a { background-color: #C1A8BF; }
a { background-color: rgb(193,168,191); }
div.DivClassName
{
background-color: #C1A8BF;
}
.BgClassName
{
background-color: #C1A8BF;
}
</style>
border-color css
<style>
span { border-color: #C1A8BF; }
span { border-color: rgb(193,168,191); }
td.TdClassName
{
border-color: #C1A8BF;
}
.TagClassName
{
border-color: #C1A8BF;
}
</style>