Shades of Lilac #C099BA
Tints of Lilac #C099BA
RGB
CMYK
RGB Variations
Color information
#C099BA (or 0xC099BA) is known color: Lilac. HEX triplet: C0, 99 and BA. RGB value is (192,153,186). Sum of RGB (Red+Green+Blue) = 192+153+186=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C099BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099BA is #3F6645. Grayscale: #A8A8A8. Windows color (decimal): -4154950 or 12229056. OLE color: 12229056.
HSL color Cylindrical-coordinate representation of color #C099BA: hue angle of 309.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099BA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 186 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.25 |
| HSL | 309.23º | 0.24% | 0.68% | - |
| HSV(B) | 309.23º | 0.2% | 0.75% | - |
| XYZ | 41.99 | 37.53 | 51.49 | - |
| YUV | 168.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 186 | 0 | 0.20 | 0.03 | 0.25 | 309.23 | 0.24 | 0.68 |
| Hex | C0 | 99 | BA | 0 | 14 | 3 | 19 | 135 | 18 | 44 |
| Octal | 300 | 231 | 272 | 0 | 24 | 3 | 31 | 465 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10111010 | 0 | 10100 | 11 | 11001 | 100110101 | 11000 | 1000100 |
Color Harmonies of #C099BA
Complementary color
Monochromatic Colors of #C099BA
Black with #C099BA
Text Example
Text Example
White with #C099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099BA; }
p { color: rgb(192,153,186); }
H1.HeaderClassName
{
color: #C099BA;
}
.AnyTagClassName
{
color: #C099BA;
}
</style>
background-color css
<style>
a { background-color: #C099BA; }
a { background-color: rgb(192,153,186); }
div.DivClassName
{
background-color: #C099BA;
}
.BgClassName
{
background-color: #C099BA;
}
</style>
border-color css
<style>
span { border-color: #C099BA; }
span { border-color: rgb(192,153,186); }
td.TdClassName
{
border-color: #C099BA;
}
.TagClassName
{
border-color: #C099BA;
}
</style>