Shades of Lilac #C198BF
Tints of Lilac #C198BF
RGB
CMYK
RGB Variations
Color information
#C198BF (or 0xC198BF) is known color: Lilac. HEX triplet: C1, 98 and BF. RGB value is (193,152,191). Sum of RGB (Red+Green+Blue) = 193+152+191=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C198BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198BF is #3E6740. Grayscale: #A8A8A8. Windows color (decimal): -4089665 or 12556481. OLE color: 12556481.
HSL color Cylindrical-coordinate representation of color #C198BF: hue angle of 302.93º 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 #C198BF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 191 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.24 |
| HSL | 302.93º | 0.25% | 0.68% | - |
| HSV(B) | 302.93º | 0.21% | 0.76% | - |
| XYZ | 42.62 | 37.56 | 54.29 | - |
| YUV | 168.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 191 | 0 | 0.21 | 0.01 | 0.24 | 302.93 | 0.25 | 0.68 |
| Hex | C1 | 98 | BF | 0 | 15 | 1 | 18 | 12F | 19 | 44 |
| Octal | 301 | 230 | 277 | 0 | 25 | 1 | 30 | 457 | 31 | 104 |
| Binary | 11000001 | 10011000 | 10111111 | 0 | 10101 | 1 | 11000 | 100101111 | 11001 | 1000100 |
Color Harmonies of #C198BF
Complementary color
Monochromatic Colors of #C198BF
Black with #C198BF
Text Example
Text Example
White with #C198BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198BF; }
p { color: rgb(193,152,191); }
H1.HeaderClassName
{
color: #C198BF;
}
.AnyTagClassName
{
color: #C198BF;
}
</style>
background-color css
<style>
a { background-color: #C198BF; }
a { background-color: rgb(193,152,191); }
div.DivClassName
{
background-color: #C198BF;
}
.BgClassName
{
background-color: #C198BF;
}
</style>
border-color css
<style>
span { border-color: #C198BF; }
span { border-color: rgb(193,152,191); }
td.TdClassName
{
border-color: #C198BF;
}
.TagClassName
{
border-color: #C198BF;
}
</style>