Shades of Lilac #C092C7
Tints of Lilac #C092C7
RGB
CMYK
RGB Variations
Color information
#C092C7 (or 0xC092C7) is known color: Lilac. HEX triplet: C0, 92 and C7. RGB value is (192,146,199). Sum of RGB (Red+Green+Blue) = 192+146+199=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 199 - color contains mainly: blue. Hex color #C092C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092C7 is #3F6D38. Grayscale: #A5A5A5. Windows color (decimal): -4156729 or 13079232. OLE color: 13079232.
HSL color Cylindrical-coordinate representation of color #C092C7: hue angle of 292.08º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C092C7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 146 | 199 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.22 |
| HSL | 292.08º | 0.32% | 0.68% | - |
| HSV(B) | 292.08º | 0.27% | 0.78% | - |
| XYZ | 42.33 | 35.89 | 58.73 | - |
| YUV | 165.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 199 | 0.04 | 0.27 | 0 | 0.22 | 292.08 | 0.32 | 0.68 |
| Hex | C0 | 92 | C7 | 4 | 1B | 0 | 16 | 124 | 20 | 44 |
| Octal | 300 | 222 | 307 | 4 | 33 | 0 | 26 | 444 | 40 | 104 |
| Binary | 11000000 | 10010010 | 11000111 | 100 | 11011 | 0 | 10110 | 100100100 | 100000 | 1000100 |
Color Harmonies of #C092C7
Complementary color
Monochromatic Colors of #C092C7
Black with #C092C7
Text Example
Text Example
White with #C092C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092C7; }
p { color: rgb(192,146,199); }
H1.HeaderClassName
{
color: #C092C7;
}
.AnyTagClassName
{
color: #C092C7;
}
</style>
background-color css
<style>
a { background-color: #C092C7; }
a { background-color: rgb(192,146,199); }
div.DivClassName
{
background-color: #C092C7;
}
.BgClassName
{
background-color: #C092C7;
}
</style>
border-color css
<style>
span { border-color: #C092C7; }
span { border-color: rgb(192,146,199); }
td.TdClassName
{
border-color: #C092C7;
}
.TagClassName
{
border-color: #C092C7;
}
</style>