Shades of Lilac #C091C0
Tints of Lilac #C091C0
RGB
CMYK
RGB Variations
Color information
#C091C0 (or 0xC091C0) is known color: Lilac. HEX triplet: C0, 91 and C0. RGB value is (192,145,192). Sum of RGB (Red+Green+Blue) = 192+145+192=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C091C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C0 is #3F6E3F. Grayscale: #A4A4A4. Windows color (decimal): -4156992 or 12620224. OLE color: 12620224.
HSL color Cylindrical-coordinate representation of color #C091C0: hue angle of 300º 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 #C091C0 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 192 | - |
| CMYK | 0 | 0.24 | 0 | 0.25 |
| HSL | 300º | 0.27% | 0.66% | - |
| HSV(B) | 300º | 0.24% | 0.75% | - |
| XYZ | 41.38 | 35.26 | 54.49 | - |
| YUV | 164.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 192 | 0 | 0.24 | 0 | 0.25 | 300 | 0.27 | 0.66 |
| Hex | C0 | 91 | C0 | 0 | 18 | 0 | 19 | 12C | 1B | 42 |
| Octal | 300 | 221 | 300 | 0 | 30 | 0 | 31 | 454 | 33 | 102 |
| Binary | 11000000 | 10010001 | 11000000 | 0 | 11000 | 0 | 11001 | 100101100 | 11011 | 1000010 |
Color Harmonies of #C091C0
Complementary color
Monochromatic Colors of #C091C0
Black with #C091C0
Text Example
Text Example
White with #C091C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091C0; }
p { color: rgb(192,145,192); }
H1.HeaderClassName
{
color: #C091C0;
}
.AnyTagClassName
{
color: #C091C0;
}
</style>
background-color css
<style>
a { background-color: #C091C0; }
a { background-color: rgb(192,145,192); }
div.DivClassName
{
background-color: #C091C0;
}
.BgClassName
{
background-color: #C091C0;
}
</style>
border-color css
<style>
span { border-color: #C091C0; }
span { border-color: rgb(192,145,192); }
td.TdClassName
{
border-color: #C091C0;
}
.TagClassName
{
border-color: #C091C0;
}
</style>