Shades of Lilac #C098BC
Tints of Lilac #C098BC
RGB
CMYK
RGB Variations
Color information
#C098BC (or 0xC098BC) is known color: Lilac. HEX triplet: C0, 98 and BC. RGB value is (192,152,188). Sum of RGB (Red+Green+Blue) = 192+152+188=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C098BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098BC is #3F6743. Grayscale: #A7A7A7. Windows color (decimal): -4155204 or 12359872. OLE color: 12359872.
HSL color Cylindrical-coordinate representation of color #C098BC: hue angle of 306º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098BC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 188 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.25 |
| HSL | 306º | 0.24% | 0.67% | - |
| HSV(B) | 306º | 0.21% | 0.75% | - |
| XYZ | 42.04 | 37.29 | 52.56 | - |
| YUV | 168.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 188 | 0 | 0.21 | 0.02 | 0.25 | 306 | 0.24 | 0.67 |
| Hex | C0 | 98 | BC | 0 | 15 | 2 | 19 | 132 | 18 | 43 |
| Octal | 300 | 230 | 274 | 0 | 25 | 2 | 31 | 462 | 30 | 103 |
| Binary | 11000000 | 10011000 | 10111100 | 0 | 10101 | 10 | 11001 | 100110010 | 11000 | 1000011 |
Color Harmonies of #C098BC
Complementary color
Monochromatic Colors of #C098BC
Black with #C098BC
Text Example
Text Example
White with #C098BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098BC; }
p { color: rgb(192,152,188); }
H1.HeaderClassName
{
color: #C098BC;
}
.AnyTagClassName
{
color: #C098BC;
}
</style>
background-color css
<style>
a { background-color: #C098BC; }
a { background-color: rgb(192,152,188); }
div.DivClassName
{
background-color: #C098BC;
}
.BgClassName
{
background-color: #C098BC;
}
</style>
border-color css
<style>
span { border-color: #C098BC; }
span { border-color: rgb(192,152,188); }
td.TdClassName
{
border-color: #C098BC;
}
.TagClassName
{
border-color: #C098BC;
}
</style>