Shades of Lilac #C198C0
Tints of Lilac #C198C0
RGB
CMYK
RGB Variations
Color information
#C198C0 (or 0xC198C0) is known color: Lilac. HEX triplet: C1, 98 and C0. RGB value is (193,152,192). Sum of RGB (Red+Green+Blue) = 193+152+192=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C198C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198C0 is #3E673F. Grayscale: #A8A8A8. Windows color (decimal): -4089664 or 12622017. OLE color: 12622017.
HSL color Cylindrical-coordinate representation of color #C198C0: hue angle of 301.46º degrees, saturation: 0.25, 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 #C198C0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 192 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.24 |
| HSL | 301.46º | 0.25% | 0.68% | - |
| HSV(B) | 301.46º | 0.21% | 0.76% | - |
| XYZ | 42.73 | 37.6 | 54.87 | - |
| YUV | 168.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 192 | 0 | 0.21 | 0.01 | 0.24 | 301.46 | 0.25 | 0.68 |
| Hex | C1 | 98 | C0 | 0 | 15 | 1 | 18 | 12D | 19 | 44 |
| Octal | 301 | 230 | 300 | 0 | 25 | 1 | 30 | 455 | 31 | 104 |
| Binary | 11000001 | 10011000 | 11000000 | 0 | 10101 | 1 | 11000 | 100101101 | 11001 | 1000100 |
Color Harmonies of #C198C0
Complementary color
Monochromatic Colors of #C198C0
Black with #C198C0
Text Example
Text Example
White with #C198C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198C0; }
p { color: rgb(193,152,192); }
H1.HeaderClassName
{
color: #C198C0;
}
.AnyTagClassName
{
color: #C198C0;
}
</style>
background-color css
<style>
a { background-color: #C198C0; }
a { background-color: rgb(193,152,192); }
div.DivClassName
{
background-color: #C198C0;
}
.BgClassName
{
background-color: #C198C0;
}
</style>
border-color css
<style>
span { border-color: #C198C0; }
span { border-color: rgb(193,152,192); }
td.TdClassName
{
border-color: #C198C0;
}
.TagClassName
{
border-color: #C198C0;
}
</style>