Shades of Lilac #C099BD
Tints of Lilac #C099BD
RGB
CMYK
RGB Variations
Color information
#C099BD (or 0xC099BD) is known color: Lilac. HEX triplet: C0, 99 and BD. RGB value is (192,153,189). Sum of RGB (Red+Green+Blue) = 192+153+189=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C099BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099BD is #3F6642. Grayscale: #A8A8A8. Windows color (decimal): -4154947 or 12425664. OLE color: 12425664.
HSL color Cylindrical-coordinate representation of color #C099BD: hue angle of 304.62º 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 #C099BD is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 189 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.25 |
| HSL | 304.62º | 0.24% | 0.68% | - |
| HSV(B) | 304.62º | 0.2% | 0.75% | - |
| XYZ | 42.31 | 37.66 | 53.18 | - |
| YUV | 168.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 189 | 0 | 0.20 | 0.02 | 0.25 | 304.62 | 0.24 | 0.68 |
| Hex | C0 | 99 | BD | 0 | 14 | 2 | 19 | 131 | 18 | 44 |
| Octal | 300 | 231 | 275 | 0 | 24 | 2 | 31 | 461 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10111101 | 0 | 10100 | 10 | 11001 | 100110001 | 11000 | 1000100 |
Color Harmonies of #C099BD
Complementary color
Monochromatic Colors of #C099BD
Black with #C099BD
Text Example
Text Example
White with #C099BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099BD; }
p { color: rgb(192,153,189); }
H1.HeaderClassName
{
color: #C099BD;
}
.AnyTagClassName
{
color: #C099BD;
}
</style>
background-color css
<style>
a { background-color: #C099BD; }
a { background-color: rgb(192,153,189); }
div.DivClassName
{
background-color: #C099BD;
}
.BgClassName
{
background-color: #C099BD;
}
</style>
border-color css
<style>
span { border-color: #C099BD; }
span { border-color: rgb(192,153,189); }
td.TdClassName
{
border-color: #C099BD;
}
.TagClassName
{
border-color: #C099BD;
}
</style>