Shades of Lilac #C192BE
Tints of Lilac #C192BE
RGB
CMYK
RGB Variations
Color information
#C192BE (or 0xC192BE) is known color: Lilac. HEX triplet: C1, 92 and BE. RGB value is (193,146,190). Sum of RGB (Red+Green+Blue) = 193+146+190=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BE is #3E6D41. Grayscale: #A4A4A4. Windows color (decimal): -4091202 or 12489409. OLE color: 12489409.
HSL color Cylindrical-coordinate representation of color #C192BE: hue angle of 303.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192BE is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 190 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.24 |
| HSL | 303.83º | 0.27% | 0.66% | - |
| HSV(B) | 303.83º | 0.24% | 0.76% | - |
| XYZ | 41.57 | 35.61 | 53.4 | - |
| YUV | 165.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 190 | 0 | 0.24 | 0.02 | 0.24 | 303.83 | 0.27 | 0.66 |
| Hex | C1 | 92 | BE | 0 | 18 | 2 | 18 | 130 | 1B | 42 |
| Octal | 301 | 222 | 276 | 0 | 30 | 2 | 30 | 460 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10111110 | 0 | 11000 | 10 | 11000 | 100110000 | 11011 | 1000010 |
Color Harmonies of #C192BE
Complementary color
Monochromatic Colors of #C192BE
Black with #C192BE
Text Example
Text Example
White with #C192BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192BE; }
p { color: rgb(193,146,190); }
H1.HeaderClassName
{
color: #C192BE;
}
.AnyTagClassName
{
color: #C192BE;
}
</style>
background-color css
<style>
a { background-color: #C192BE; }
a { background-color: rgb(193,146,190); }
div.DivClassName
{
background-color: #C192BE;
}
.BgClassName
{
background-color: #C192BE;
}
</style>
border-color css
<style>
span { border-color: #C192BE; }
span { border-color: rgb(193,146,190); }
td.TdClassName
{
border-color: #C192BE;
}
.TagClassName
{
border-color: #C192BE;
}
</style>