Shades of Lilac #C19CBC
Tints of Lilac #C19CBC
RGB
CMYK
RGB Variations
Color information
#C19CBC (or 0xC19CBC) is known color: Lilac. HEX triplet: C1, 9C and BC. RGB value is (193,156,188). Sum of RGB (Red+Green+Blue) = 193+156+188=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CBC is #3E6343. Grayscale: #AAAAAA. Windows color (decimal): -4088644 or 12360897. OLE color: 12360897.
HSL color Cylindrical-coordinate representation of color #C19CBC: hue angle of 308.11º 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 #C19CBC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 188 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.24 |
| HSL | 308.11º | 0.23% | 0.68% | - |
| HSV(B) | 308.11º | 0.19% | 0.76% | - |
| XYZ | 42.96 | 38.75 | 52.79 | - |
| YUV | 170.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 188 | 0 | 0.19 | 0.03 | 0.24 | 308.11 | 0.23 | 0.68 |
| Hex | C1 | 9C | BC | 0 | 13 | 3 | 18 | 134 | 17 | 44 |
| Octal | 301 | 234 | 274 | 0 | 23 | 3 | 30 | 464 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10111100 | 0 | 10011 | 11 | 11000 | 100110100 | 10111 | 1000100 |
Color Harmonies of #C19CBC
Complementary color
Monochromatic Colors of #C19CBC
Black with #C19CBC
Text Example
Text Example
White with #C19CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CBC; }
p { color: rgb(193,156,188); }
H1.HeaderClassName
{
color: #C19CBC;
}
.AnyTagClassName
{
color: #C19CBC;
}
</style>
background-color css
<style>
a { background-color: #C19CBC; }
a { background-color: rgb(193,156,188); }
div.DivClassName
{
background-color: #C19CBC;
}
.BgClassName
{
background-color: #C19CBC;
}
</style>
border-color css
<style>
span { border-color: #C19CBC; }
span { border-color: rgb(193,156,188); }
td.TdClassName
{
border-color: #C19CBC;
}
.TagClassName
{
border-color: #C19CBC;
}
</style>