Shades of Lilac #C191BB
Tints of Lilac #C191BB
RGB
CMYK
RGB Variations
Color information
#C191BB (or 0xC191BB) is known color: Lilac. HEX triplet: C1, 91 and BB. RGB value is (193,145,187). Sum of RGB (Red+Green+Blue) = 193+145+187=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C191BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191BB is #3E6E44. Grayscale: #A4A4A4. Windows color (decimal): -4091461 or 12292545. OLE color: 12292545.
HSL color Cylindrical-coordinate representation of color #C191BB: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191BB is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 187 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.24 |
| HSL | 307.5º | 0.28% | 0.66% | - |
| HSV(B) | 307.5º | 0.25% | 0.76% | - |
| XYZ | 41.09 | 35.18 | 51.64 | - |
| YUV | 164.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 187 | 0 | 0.25 | 0.03 | 0.24 | 307.5 | 0.28 | 0.66 |
| Hex | C1 | 91 | BB | 0 | 19 | 3 | 18 | 134 | 1C | 42 |
| Octal | 301 | 221 | 273 | 0 | 31 | 3 | 30 | 464 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10111011 | 0 | 11001 | 11 | 11000 | 100110100 | 11100 | 1000010 |
Color Harmonies of #C191BB
Complementary color
Monochromatic Colors of #C191BB
Black with #C191BB
Text Example
Text Example
White with #C191BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191BB; }
p { color: rgb(193,145,187); }
H1.HeaderClassName
{
color: #C191BB;
}
.AnyTagClassName
{
color: #C191BB;
}
</style>
background-color css
<style>
a { background-color: #C191BB; }
a { background-color: rgb(193,145,187); }
div.DivClassName
{
background-color: #C191BB;
}
.BgClassName
{
background-color: #C191BB;
}
</style>
border-color css
<style>
span { border-color: #C191BB; }
span { border-color: rgb(193,145,187); }
td.TdClassName
{
border-color: #C191BB;
}
.TagClassName
{
border-color: #C191BB;
}
</style>