Shades of Lilac #C196BE
Tints of Lilac #C196BE
RGB
CMYK
RGB Variations
Color information
#C196BE (or 0xC196BE) is known color: Lilac. HEX triplet: C1, 96 and BE. RGB value is (193,150,190). Sum of RGB (Red+Green+Blue) = 193+150+190=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BE is #3E6941. Grayscale: #A7A7A7. Windows color (decimal): -4090178 or 12490433. OLE color: 12490433.
HSL color Cylindrical-coordinate representation of color #C196BE: hue angle of 304.19º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C196BE is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 190 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.24 |
| HSL | 304.19º | 0.26% | 0.67% | - |
| HSV(B) | 304.19º | 0.22% | 0.76% | - |
| XYZ | 42.19 | 36.87 | 53.61 | - |
| YUV | 167.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 190 | 0 | 0.22 | 0.02 | 0.24 | 304.19 | 0.26 | 0.67 |
| Hex | C1 | 96 | BE | 0 | 16 | 2 | 18 | 130 | 1A | 43 |
| Octal | 301 | 226 | 276 | 0 | 26 | 2 | 30 | 460 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10111110 | 0 | 10110 | 10 | 11000 | 100110000 | 11010 | 1000011 |
Color Harmonies of #C196BE
Complementary color
Monochromatic Colors of #C196BE
Black with #C196BE
Text Example
Text Example
White with #C196BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196BE; }
p { color: rgb(193,150,190); }
H1.HeaderClassName
{
color: #C196BE;
}
.AnyTagClassName
{
color: #C196BE;
}
</style>
background-color css
<style>
a { background-color: #C196BE; }
a { background-color: rgb(193,150,190); }
div.DivClassName
{
background-color: #C196BE;
}
.BgClassName
{
background-color: #C196BE;
}
</style>
border-color css
<style>
span { border-color: #C196BE; }
span { border-color: rgb(193,150,190); }
td.TdClassName
{
border-color: #C196BE;
}
.TagClassName
{
border-color: #C196BE;
}
</style>