Shades of Lilac #C091BC
Tints of Lilac #C091BC
RGB
CMYK
RGB Variations
Color information
#C091BC (or 0xC091BC) is known color: Lilac. HEX triplet: C0, 91 and BC. RGB value is (192,145,188). Sum of RGB (Red+Green+Blue) = 192+145+188=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C091BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091BC is #3F6E43. Grayscale: #A3A3A3. Windows color (decimal): -4156996 or 12358080. OLE color: 12358080.
HSL color Cylindrical-coordinate representation of color #C091BC: hue angle of 305.11º 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 #C091BC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 188 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.25 |
| HSL | 305.11º | 0.27% | 0.66% | - |
| HSV(B) | 305.11º | 0.24% | 0.75% | - |
| XYZ | 40.94 | 35.09 | 52.19 | - |
| YUV | 163.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 188 | 0 | 0.24 | 0.02 | 0.25 | 305.11 | 0.27 | 0.66 |
| Hex | C0 | 91 | BC | 0 | 18 | 2 | 19 | 131 | 1B | 42 |
| Octal | 300 | 221 | 274 | 0 | 30 | 2 | 31 | 461 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10111100 | 0 | 11000 | 10 | 11001 | 100110001 | 11011 | 1000010 |
Color Harmonies of #C091BC
Complementary color
Monochromatic Colors of #C091BC
Black with #C091BC
Text Example
Text Example
White with #C091BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091BC; }
p { color: rgb(192,145,188); }
H1.HeaderClassName
{
color: #C091BC;
}
.AnyTagClassName
{
color: #C091BC;
}
</style>
background-color css
<style>
a { background-color: #C091BC; }
a { background-color: rgb(192,145,188); }
div.DivClassName
{
background-color: #C091BC;
}
.BgClassName
{
background-color: #C091BC;
}
</style>
border-color css
<style>
span { border-color: #C091BC; }
span { border-color: rgb(192,145,188); }
td.TdClassName
{
border-color: #C091BC;
}
.TagClassName
{
border-color: #C091BC;
}
</style>