Shades of Lilac #C19CBB
Tints of Lilac #C19CBB
RGB
CMYK
RGB Variations
Color information
#C19CBB (or 0xC19CBB) is known color: Lilac. HEX triplet: C1, 9C and BB. RGB value is (193,156,187). Sum of RGB (Red+Green+Blue) = 193+156+187=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CBB is #3E6344. Grayscale: #AAAAAA. Windows color (decimal): -4088645 or 12295361. OLE color: 12295361.
HSL color Cylindrical-coordinate representation of color #C19CBB: hue angle of 309.73º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CBB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 187 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.24 |
| HSL | 309.73º | 0.23% | 0.68% | - |
| HSV(B) | 309.73º | 0.19% | 0.76% | - |
| XYZ | 42.85 | 38.7 | 52.23 | - |
| YUV | 170.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 187 | 0 | 0.19 | 0.03 | 0.24 | 309.73 | 0.23 | 0.68 |
| Hex | C1 | 9C | BB | 0 | 13 | 3 | 18 | 136 | 17 | 44 |
| Octal | 301 | 234 | 273 | 0 | 23 | 3 | 30 | 466 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10111011 | 0 | 10011 | 11 | 11000 | 100110110 | 10111 | 1000100 |
Color Harmonies of #C19CBB
Complementary color
Monochromatic Colors of #C19CBB
Black with #C19CBB
Text Example
Text Example
White with #C19CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CBB; }
p { color: rgb(193,156,187); }
H1.HeaderClassName
{
color: #C19CBB;
}
.AnyTagClassName
{
color: #C19CBB;
}
</style>
background-color css
<style>
a { background-color: #C19CBB; }
a { background-color: rgb(193,156,187); }
div.DivClassName
{
background-color: #C19CBB;
}
.BgClassName
{
background-color: #C19CBB;
}
</style>
border-color css
<style>
span { border-color: #C19CBB; }
span { border-color: rgb(193,156,187); }
td.TdClassName
{
border-color: #C19CBB;
}
.TagClassName
{
border-color: #C19CBB;
}
</style>