Shades of Lilac #C092BD
Tints of Lilac #C092BD
RGB
CMYK
RGB Variations
Color information
#C092BD (or 0xC092BD) is known color: Lilac. HEX triplet: C0, 92 and BD. RGB value is (192,146,189). Sum of RGB (Red+Green+Blue) = 192+146+189=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BD is #3F6D42. Grayscale: #A4A4A4. Windows color (decimal): -4156739 or 12423872. OLE color: 12423872.
HSL color Cylindrical-coordinate representation of color #C092BD: hue angle of 303.91º 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 #C092BD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 189 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.25 |
| HSL | 303.91º | 0.27% | 0.66% | - |
| HSV(B) | 303.91º | 0.24% | 0.75% | - |
| XYZ | 41.2 | 35.44 | 52.81 | - |
| YUV | 164.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 189 | 0 | 0.24 | 0.02 | 0.25 | 303.91 | 0.27 | 0.66 |
| Hex | C0 | 92 | BD | 0 | 18 | 2 | 19 | 130 | 1B | 42 |
| Octal | 300 | 222 | 275 | 0 | 30 | 2 | 31 | 460 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10111101 | 0 | 11000 | 10 | 11001 | 100110000 | 11011 | 1000010 |
Color Harmonies of #C092BD
Complementary color
Monochromatic Colors of #C092BD
Black with #C092BD
Text Example
Text Example
White with #C092BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092BD; }
p { color: rgb(192,146,189); }
H1.HeaderClassName
{
color: #C092BD;
}
.AnyTagClassName
{
color: #C092BD;
}
</style>
background-color css
<style>
a { background-color: #C092BD; }
a { background-color: rgb(192,146,189); }
div.DivClassName
{
background-color: #C092BD;
}
.BgClassName
{
background-color: #C092BD;
}
</style>
border-color css
<style>
span { border-color: #C092BD; }
span { border-color: rgb(192,146,189); }
td.TdClassName
{
border-color: #C092BD;
}
.TagClassName
{
border-color: #C092BD;
}
</style>