Shades of Lilac #C092BC
Tints of Lilac #C092BC
RGB
CMYK
RGB Variations
Color information
#C092BC (or 0xC092BC) is known color: Lilac. HEX triplet: C0, 92 and BC. RGB value is (192,146,188). Sum of RGB (Red+Green+Blue) = 192+146+188=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BC is #3F6D43. Grayscale: #A4A4A4. Windows color (decimal): -4156740 or 12358336. OLE color: 12358336.
HSL color Cylindrical-coordinate representation of color #C092BC: hue angle of 305.22º 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 #C092BC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 188 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.25 |
| HSL | 305.22º | 0.27% | 0.66% | - |
| HSV(B) | 305.22º | 0.24% | 0.75% | - |
| XYZ | 41.09 | 35.4 | 52.24 | - |
| YUV | 164.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 188 | 0 | 0.24 | 0.02 | 0.25 | 305.22 | 0.27 | 0.66 |
| Hex | C0 | 92 | BC | 0 | 18 | 2 | 19 | 131 | 1B | 42 |
| Octal | 300 | 222 | 274 | 0 | 30 | 2 | 31 | 461 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10111100 | 0 | 11000 | 10 | 11001 | 100110001 | 11011 | 1000010 |
Color Harmonies of #C092BC
Complementary color
Monochromatic Colors of #C092BC
Black with #C092BC
Text Example
Text Example
White with #C092BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092BC; }
p { color: rgb(192,146,188); }
H1.HeaderClassName
{
color: #C092BC;
}
.AnyTagClassName
{
color: #C092BC;
}
</style>
background-color css
<style>
a { background-color: #C092BC; }
a { background-color: rgb(192,146,188); }
div.DivClassName
{
background-color: #C092BC;
}
.BgClassName
{
background-color: #C092BC;
}
</style>
border-color css
<style>
span { border-color: #C092BC; }
span { border-color: rgb(192,146,188); }
td.TdClassName
{
border-color: #C092BC;
}
.TagClassName
{
border-color: #C092BC;
}
</style>