Shades of Lilac #C199C0
Tints of Lilac #C199C0
RGB
CMYK
RGB Variations
Color information
#C199C0 (or 0xC199C0) is known color: Lilac. HEX triplet: C1, 99 and C0. RGB value is (193,153,192). Sum of RGB (Red+Green+Blue) = 193+153+192=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C199C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199C0 is #3E663F. Grayscale: #A9A9A9. Windows color (decimal): -4089408 or 12622273. OLE color: 12622273.
HSL color Cylindrical-coordinate representation of color #C199C0: hue angle of 301.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 #C199C0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 192 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.24 |
| HSL | 301.5º | 0.24% | 0.68% | - |
| HSV(B) | 301.5º | 0.21% | 0.76% | - |
| XYZ | 42.9 | 37.93 | 54.93 | - |
| YUV | 169.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 192 | 0 | 0.21 | 0.01 | 0.24 | 301.5 | 0.24 | 0.68 |
| Hex | C1 | 99 | C0 | 0 | 15 | 1 | 18 | 12E | 18 | 44 |
| Octal | 301 | 231 | 300 | 0 | 25 | 1 | 30 | 456 | 30 | 104 |
| Binary | 11000001 | 10011001 | 11000000 | 0 | 10101 | 1 | 11000 | 100101110 | 11000 | 1000100 |
Color Harmonies of #C199C0
Complementary color
Monochromatic Colors of #C199C0
Black with #C199C0
Text Example
Text Example
White with #C199C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199C0; }
p { color: rgb(193,153,192); }
H1.HeaderClassName
{
color: #C199C0;
}
.AnyTagClassName
{
color: #C199C0;
}
</style>
background-color css
<style>
a { background-color: #C199C0; }
a { background-color: rgb(193,153,192); }
div.DivClassName
{
background-color: #C199C0;
}
.BgClassName
{
background-color: #C199C0;
}
</style>
border-color css
<style>
span { border-color: #C199C0; }
span { border-color: rgb(193,153,192); }
td.TdClassName
{
border-color: #C199C0;
}
.TagClassName
{
border-color: #C199C0;
}
</style>