Shades of Lilac #C199BF
Tints of Lilac #C199BF
RGB
CMYK
RGB Variations
Color information
#C199BF (or 0xC199BF) is known color: Lilac. HEX triplet: C1, 99 and BF. RGB value is (193,153,191). Sum of RGB (Red+Green+Blue) = 193+153+191=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C199BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199BF is #3E6640. Grayscale: #A9A9A9. Windows color (decimal): -4089409 or 12556737. OLE color: 12556737.
HSL color Cylindrical-coordinate representation of color #C199BF: hue angle of 303º 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 #C199BF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 191 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.24 |
| HSL | 303º | 0.24% | 0.68% | - |
| HSV(B) | 303º | 0.21% | 0.76% | - |
| XYZ | 42.79 | 37.88 | 54.35 | - |
| YUV | 169.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 191 | 0 | 0.21 | 0.01 | 0.24 | 303 | 0.24 | 0.68 |
| Hex | C1 | 99 | BF | 0 | 15 | 1 | 18 | 12F | 18 | 44 |
| Octal | 301 | 231 | 277 | 0 | 25 | 1 | 30 | 457 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10111111 | 0 | 10101 | 1 | 11000 | 100101111 | 11000 | 1000100 |
Color Harmonies of #C199BF
Complementary color
Monochromatic Colors of #C199BF
Black with #C199BF
Text Example
Text Example
White with #C199BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199BF; }
p { color: rgb(193,153,191); }
H1.HeaderClassName
{
color: #C199BF;
}
.AnyTagClassName
{
color: #C199BF;
}
</style>
background-color css
<style>
a { background-color: #C199BF; }
a { background-color: rgb(193,153,191); }
div.DivClassName
{
background-color: #C199BF;
}
.BgClassName
{
background-color: #C199BF;
}
</style>
border-color css
<style>
span { border-color: #C199BF; }
span { border-color: rgb(193,153,191); }
td.TdClassName
{
border-color: #C199BF;
}
.TagClassName
{
border-color: #C199BF;
}
</style>