Shades of Lilac #C199BE
Tints of Lilac #C199BE
RGB
CMYK
RGB Variations
Color information
#C199BE (or 0xC199BE) is known color: Lilac. HEX triplet: C1, 99 and BE. RGB value is (193,153,190). Sum of RGB (Red+Green+Blue) = 193+153+190=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C199BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199BE is #3E6641. Grayscale: #A9A9A9. Windows color (decimal): -4089410 or 12491201. OLE color: 12491201.
HSL color Cylindrical-coordinate representation of color #C199BE: hue angle of 304.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C199BE is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 190 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.24 |
| HSL | 304.5º | 0.24% | 0.68% | - |
| HSV(B) | 304.5º | 0.21% | 0.76% | - |
| XYZ | 42.68 | 37.84 | 53.77 | - |
| YUV | 169.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 190 | 0 | 0.21 | 0.02 | 0.24 | 304.5 | 0.24 | 0.68 |
| Hex | C1 | 99 | BE | 0 | 15 | 2 | 18 | 130 | 18 | 44 |
| Octal | 301 | 231 | 276 | 0 | 25 | 2 | 30 | 460 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10111110 | 0 | 10101 | 10 | 11000 | 100110000 | 11000 | 1000100 |
Color Harmonies of #C199BE
Complementary color
Monochromatic Colors of #C199BE
Black with #C199BE
Text Example
Text Example
White with #C199BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199BE; }
p { color: rgb(193,153,190); }
H1.HeaderClassName
{
color: #C199BE;
}
.AnyTagClassName
{
color: #C199BE;
}
</style>
background-color css
<style>
a { background-color: #C199BE; }
a { background-color: rgb(193,153,190); }
div.DivClassName
{
background-color: #C199BE;
}
.BgClassName
{
background-color: #C199BE;
}
</style>
border-color css
<style>
span { border-color: #C199BE; }
span { border-color: rgb(193,153,190); }
td.TdClassName
{
border-color: #C199BE;
}
.TagClassName
{
border-color: #C199BE;
}
</style>