Shades of Lilac #C199BC
Tints of Lilac #C199BC
RGB
CMYK
RGB Variations
Color information
#C199BC (or 0xC199BC) is known color: Lilac. HEX triplet: C1, 99 and BC. RGB value is (193,153,188). Sum of RGB (Red+Green+Blue) = 193+153+188=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C199BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199BC is #3E6643. Grayscale: #A8A8A8. Windows color (decimal): -4089412 or 12360129. OLE color: 12360129.
HSL color Cylindrical-coordinate representation of color #C199BC: hue angle of 307.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C199BC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 188 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.24 |
| HSL | 307.5º | 0.24% | 0.68% | - |
| HSV(B) | 307.5º | 0.21% | 0.76% | - |
| XYZ | 42.46 | 37.75 | 52.63 | - |
| YUV | 168.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 188 | 0 | 0.21 | 0.03 | 0.24 | 307.5 | 0.24 | 0.68 |
| Hex | C1 | 99 | BC | 0 | 15 | 3 | 18 | 134 | 18 | 44 |
| Octal | 301 | 231 | 274 | 0 | 25 | 3 | 30 | 464 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10111100 | 0 | 10101 | 11 | 11000 | 100110100 | 11000 | 1000100 |
Color Harmonies of #C199BC
Complementary color
Monochromatic Colors of #C199BC
Black with #C199BC
Text Example
Text Example
White with #C199BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199BC; }
p { color: rgb(193,153,188); }
H1.HeaderClassName
{
color: #C199BC;
}
.AnyTagClassName
{
color: #C199BC;
}
</style>
background-color css
<style>
a { background-color: #C199BC; }
a { background-color: rgb(193,153,188); }
div.DivClassName
{
background-color: #C199BC;
}
.BgClassName
{
background-color: #C199BC;
}
</style>
border-color css
<style>
span { border-color: #C199BC; }
span { border-color: rgb(193,153,188); }
td.TdClassName
{
border-color: #C199BC;
}
.TagClassName
{
border-color: #C199BC;
}
</style>