Shades of Lilac #C392C0
Tints of Lilac #C392C0
RGB
CMYK
RGB Variations
Color information
#C392C0 (or 0xC392C0) is known color: Lilac. HEX triplet: C3, 92 and C0. RGB value is (195,146,192). Sum of RGB (Red+Green+Blue) = 195+146+192=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C392C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392C0 is #3C6D3F. Grayscale: #A5A5A5. Windows color (decimal): -3960128 or 12620483. OLE color: 12620483.
HSL color Cylindrical-coordinate representation of color #C392C0: hue angle of 303.67º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392C0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 192 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.24 |
| HSL | 303.67º | 0.29% | 0.67% | - |
| HSV(B) | 303.67º | 0.25% | 0.76% | - |
| XYZ | 42.3 | 35.97 | 54.58 | - |
| YUV | 165.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 192 | 0 | 0.25 | 0.02 | 0.24 | 303.67 | 0.29 | 0.67 |
| Hex | C3 | 92 | C0 | 0 | 19 | 2 | 18 | 130 | 1D | 43 |
| Octal | 303 | 222 | 300 | 0 | 31 | 2 | 30 | 460 | 35 | 103 |
| Binary | 11000011 | 10010010 | 11000000 | 0 | 11001 | 10 | 11000 | 100110000 | 11101 | 1000011 |
Color Harmonies of #C392C0
Complementary color
Monochromatic Colors of #C392C0
Black with #C392C0
Text Example
Text Example
White with #C392C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392C0; }
p { color: rgb(195,146,192); }
H1.HeaderClassName
{
color: #C392C0;
}
.AnyTagClassName
{
color: #C392C0;
}
</style>
background-color css
<style>
a { background-color: #C392C0; }
a { background-color: rgb(195,146,192); }
div.DivClassName
{
background-color: #C392C0;
}
.BgClassName
{
background-color: #C392C0;
}
</style>
border-color css
<style>
span { border-color: #C392C0; }
span { border-color: rgb(195,146,192); }
td.TdClassName
{
border-color: #C392C0;
}
.TagClassName
{
border-color: #C392C0;
}
</style>