Shades of Lilac #C196BB
Tints of Lilac #C196BB
RGB
CMYK
RGB Variations
Color information
#C196BB (or 0xC196BB) is known color: Lilac. HEX triplet: C1, 96 and BB. RGB value is (193,150,187). Sum of RGB (Red+Green+Blue) = 193+150+187=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BB is #3E6944. Grayscale: #A6A6A6. Windows color (decimal): -4090181 or 12293825. OLE color: 12293825.
HSL color Cylindrical-coordinate representation of color #C196BB: hue angle of 308.37º 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 #C196BB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 187 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.24 |
| HSL | 308.37º | 0.26% | 0.67% | - |
| HSV(B) | 308.37º | 0.22% | 0.76% | - |
| XYZ | 41.87 | 36.74 | 51.9 | - |
| YUV | 167.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 187 | 0 | 0.22 | 0.03 | 0.24 | 308.37 | 0.26 | 0.67 |
| Hex | C1 | 96 | BB | 0 | 16 | 3 | 18 | 134 | 1A | 43 |
| Octal | 301 | 226 | 273 | 0 | 26 | 3 | 30 | 464 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10111011 | 0 | 10110 | 11 | 11000 | 100110100 | 11010 | 1000011 |
Color Harmonies of #C196BB
Complementary color
Monochromatic Colors of #C196BB
Black with #C196BB
Text Example
Text Example
White with #C196BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196BB; }
p { color: rgb(193,150,187); }
H1.HeaderClassName
{
color: #C196BB;
}
.AnyTagClassName
{
color: #C196BB;
}
</style>
background-color css
<style>
a { background-color: #C196BB; }
a { background-color: rgb(193,150,187); }
div.DivClassName
{
background-color: #C196BB;
}
.BgClassName
{
background-color: #C196BB;
}
</style>
border-color css
<style>
span { border-color: #C196BB; }
span { border-color: rgb(193,150,187); }
td.TdClassName
{
border-color: #C196BB;
}
.TagClassName
{
border-color: #C196BB;
}
</style>