Shades of Lilac #C091BE
Tints of Lilac #C091BE
RGB
CMYK
RGB Variations
Color information
#C091BE (or 0xC091BE) is known color: Lilac. HEX triplet: C0, 91 and BE. RGB value is (192,145,190). Sum of RGB (Red+Green+Blue) = 192+145+190=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C091BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091BE is #3F6E41. Grayscale: #A4A4A4. Windows color (decimal): -4156994 or 12489152. OLE color: 12489152.
HSL color Cylindrical-coordinate representation of color #C091BE: hue angle of 302.55º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C091BE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 190 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.25 |
| HSL | 302.55º | 0.27% | 0.66% | - |
| HSV(B) | 302.55º | 0.24% | 0.75% | - |
| XYZ | 41.16 | 35.17 | 53.34 | - |
| YUV | 164.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 190 | 0 | 0.24 | 0.01 | 0.25 | 302.55 | 0.27 | 0.66 |
| Hex | C0 | 91 | BE | 0 | 18 | 1 | 19 | 12F | 1B | 42 |
| Octal | 300 | 221 | 276 | 0 | 30 | 1 | 31 | 457 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10111110 | 0 | 11000 | 1 | 11001 | 100101111 | 11011 | 1000010 |
Color Harmonies of #C091BE
Complementary color
Monochromatic Colors of #C091BE
Black with #C091BE
Text Example
Text Example
White with #C091BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091BE; }
p { color: rgb(192,145,190); }
H1.HeaderClassName
{
color: #C091BE;
}
.AnyTagClassName
{
color: #C091BE;
}
</style>
background-color css
<style>
a { background-color: #C091BE; }
a { background-color: rgb(192,145,190); }
div.DivClassName
{
background-color: #C091BE;
}
.BgClassName
{
background-color: #C091BE;
}
</style>
border-color css
<style>
span { border-color: #C091BE; }
span { border-color: rgb(192,145,190); }
td.TdClassName
{
border-color: #C091BE;
}
.TagClassName
{
border-color: #C091BE;
}
</style>