Shades of Lilac #C09BBF
Tints of Lilac #C09BBF
RGB
CMYK
RGB Variations
Color information
#C09BBF (or 0xC09BBF) is known color: Lilac. HEX triplet: C0, 9B and BF. RGB value is (192,155,191). Sum of RGB (Red+Green+Blue) = 192+155+191=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BBF is #3F6440. Grayscale: #AAAAAA. Windows color (decimal): -4154433 or 12557248. OLE color: 12557248.
HSL color Cylindrical-coordinate representation of color #C09BBF: hue angle of 301.62º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09BBF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 191 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.25 |
| HSL | 301.62º | 0.23% | 0.68% | - |
| HSV(B) | 301.62º | 0.19% | 0.75% | - |
| XYZ | 42.86 | 38.41 | 54.45 | - |
| YUV | 170.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 191 | 0 | 0.19 | 0.01 | 0.25 | 301.62 | 0.23 | 0.68 |
| Hex | C0 | 9B | BF | 0 | 13 | 1 | 19 | 12E | 17 | 44 |
| Octal | 300 | 233 | 277 | 0 | 23 | 1 | 31 | 456 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10111111 | 0 | 10011 | 1 | 11001 | 100101110 | 10111 | 1000100 |
Color Harmonies of #C09BBF
Complementary color
Monochromatic Colors of #C09BBF
Black with #C09BBF
Text Example
Text Example
White with #C09BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BBF; }
p { color: rgb(192,155,191); }
H1.HeaderClassName
{
color: #C09BBF;
}
.AnyTagClassName
{
color: #C09BBF;
}
</style>
background-color css
<style>
a { background-color: #C09BBF; }
a { background-color: rgb(192,155,191); }
div.DivClassName
{
background-color: #C09BBF;
}
.BgClassName
{
background-color: #C09BBF;
}
</style>
border-color css
<style>
span { border-color: #C09BBF; }
span { border-color: rgb(192,155,191); }
td.TdClassName
{
border-color: #C09BBF;
}
.TagClassName
{
border-color: #C09BBF;
}
</style>