Shades of Lilac #C098C9
Tints of Lilac #C098C9
RGB
CMYK
RGB Variations
Color information
#C098C9 (or 0xC098C9) is known color: Lilac. HEX triplet: C0, 98 and C9. RGB value is (192,152,201). Sum of RGB (Red+Green+Blue) = 192+152+201=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #C098C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098C9 is #3F6736. Grayscale: #A9A9A9. Windows color (decimal): -4155191 or 13211840. OLE color: 13211840.
HSL color Cylindrical-coordinate representation of color #C098C9: hue angle of 288.98º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C098C9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 152 | 201 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.21 |
| HSL | 288.98º | 0.31% | 0.69% | - |
| HSV(B) | 288.98º | 0.24% | 0.79% | - |
| XYZ | 43.51 | 37.88 | 60.28 | - |
| YUV | 169.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 201 | 0.04 | 0.24 | 0 | 0.21 | 288.98 | 0.31 | 0.69 |
| Hex | C0 | 98 | C9 | 4 | 18 | 0 | 15 | 121 | 1F | 45 |
| Octal | 300 | 230 | 311 | 4 | 30 | 0 | 25 | 441 | 37 | 105 |
| Binary | 11000000 | 10011000 | 11001001 | 100 | 11000 | 0 | 10101 | 100100001 | 11111 | 1000101 |
Color Harmonies of #C098C9
Complementary color
Monochromatic Colors of #C098C9
Black with #C098C9
Text Example
Text Example
White with #C098C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098C9; }
p { color: rgb(192,152,201); }
H1.HeaderClassName
{
color: #C098C9;
}
.AnyTagClassName
{
color: #C098C9;
}
</style>
background-color css
<style>
a { background-color: #C098C9; }
a { background-color: rgb(192,152,201); }
div.DivClassName
{
background-color: #C098C9;
}
.BgClassName
{
background-color: #C098C9;
}
</style>
border-color css
<style>
span { border-color: #C098C9; }
span { border-color: rgb(192,152,201); }
td.TdClassName
{
border-color: #C098C9;
}
.TagClassName
{
border-color: #C098C9;
}
</style>