Shades of Lilac #C092C8
Tints of Lilac #C092C8
RGB
CMYK
RGB Variations
Color information
#C092C8 (or 0xC092C8) is known color: Lilac. HEX triplet: C0, 92 and C8. RGB value is (192,146,200). Sum of RGB (Red+Green+Blue) = 192+146+200=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #C092C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092C8 is #3F6D37. Grayscale: #A5A5A5. Windows color (decimal): -4156728 or 13144768. OLE color: 13144768.
HSL color Cylindrical-coordinate representation of color #C092C8: hue angle of 291.11º degrees, saturation: 0.33, 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 #C092C8 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 146 | 200 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.22 |
| HSL | 291.11º | 0.33% | 0.68% | - |
| HSV(B) | 291.11º | 0.27% | 0.78% | - |
| XYZ | 42.44 | 35.93 | 59.34 | - |
| YUV | 165.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 200 | 0.04 | 0.27 | 0 | 0.22 | 291.11 | 0.33 | 0.68 |
| Hex | C0 | 92 | C8 | 4 | 1B | 0 | 16 | 123 | 21 | 44 |
| Octal | 300 | 222 | 310 | 4 | 33 | 0 | 26 | 443 | 41 | 104 |
| Binary | 11000000 | 10010010 | 11001000 | 100 | 11011 | 0 | 10110 | 100100011 | 100001 | 1000100 |
Color Harmonies of #C092C8
Complementary color
Monochromatic Colors of #C092C8
Black with #C092C8
Text Example
Text Example
White with #C092C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092C8; }
p { color: rgb(192,146,200); }
H1.HeaderClassName
{
color: #C092C8;
}
.AnyTagClassName
{
color: #C092C8;
}
</style>
background-color css
<style>
a { background-color: #C092C8; }
a { background-color: rgb(192,146,200); }
div.DivClassName
{
background-color: #C092C8;
}
.BgClassName
{
background-color: #C092C8;
}
</style>
border-color css
<style>
span { border-color: #C092C8; }
span { border-color: rgb(192,146,200); }
td.TdClassName
{
border-color: #C092C8;
}
.TagClassName
{
border-color: #C092C8;
}
</style>