Shades of Lilac #C19FBF
Tints of Lilac #C19FBF
RGB
CMYK
RGB Variations
Color information
#C19FBF (or 0xC19FBF) is known color: Lilac. HEX triplet: C1, 9F and BF. RGB value is (193,159,191). Sum of RGB (Red+Green+Blue) = 193+159+191=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FBF is #3E6040. Grayscale: #ACACAC. Windows color (decimal): -4087873 or 12558273. OLE color: 12558273.
HSL color Cylindrical-coordinate representation of color #C19FBF: hue angle of 303.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FBF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 191 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.24 |
| HSL | 303.53º | 0.22% | 0.69% | - |
| HSV(B) | 303.53º | 0.18% | 0.76% | - |
| XYZ | 43.79 | 39.9 | 54.68 | - |
| YUV | 172.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 191 | 0 | 0.18 | 0.01 | 0.24 | 303.53 | 0.22 | 0.69 |
| Hex | C1 | 9F | BF | 0 | 12 | 1 | 18 | 130 | 16 | 45 |
| Octal | 301 | 237 | 277 | 0 | 22 | 1 | 30 | 460 | 26 | 105 |
| Binary | 11000001 | 10011111 | 10111111 | 0 | 10010 | 1 | 11000 | 100110000 | 10110 | 1000101 |
Color Harmonies of #C19FBF
Complementary color
Monochromatic Colors of #C19FBF
Black with #C19FBF
Text Example
Text Example
White with #C19FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FBF; }
p { color: rgb(193,159,191); }
H1.HeaderClassName
{
color: #C19FBF;
}
.AnyTagClassName
{
color: #C19FBF;
}
</style>
background-color css
<style>
a { background-color: #C19FBF; }
a { background-color: rgb(193,159,191); }
div.DivClassName
{
background-color: #C19FBF;
}
.BgClassName
{
background-color: #C19FBF;
}
</style>
border-color css
<style>
span { border-color: #C19FBF; }
span { border-color: rgb(193,159,191); }
td.TdClassName
{
border-color: #C19FBF;
}
.TagClassName
{
border-color: #C19FBF;
}
</style>