Shades of Lilac #C392BE
Tints of Lilac #C392BE
RGB
CMYK
RGB Variations
Color information
#C392BE (or 0xC392BE) is known color: Lilac. HEX triplet: C3, 92 and BE. RGB value is (195,146,190). Sum of RGB (Red+Green+Blue) = 195+146+190=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BE is #3C6D41. Grayscale: #A5A5A5. Windows color (decimal): -3960130 or 12489411. OLE color: 12489411.
HSL color Cylindrical-coordinate representation of color #C392BE: hue angle of 306.12º 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 #C392BE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 190 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.24 |
| HSL | 306.12º | 0.29% | 0.67% | - |
| HSV(B) | 306.12º | 0.25% | 0.76% | - |
| XYZ | 42.08 | 35.88 | 53.42 | - |
| YUV | 165.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 190 | 0 | 0.25 | 0.03 | 0.24 | 306.12 | 0.29 | 0.67 |
| Hex | C3 | 92 | BE | 0 | 19 | 3 | 18 | 132 | 1D | 43 |
| Octal | 303 | 222 | 276 | 0 | 31 | 3 | 30 | 462 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10111110 | 0 | 11001 | 11 | 11000 | 100110010 | 11101 | 1000011 |
Color Harmonies of #C392BE
Complementary color
Monochromatic Colors of #C392BE
Black with #C392BE
Text Example
Text Example
White with #C392BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392BE; }
p { color: rgb(195,146,190); }
H1.HeaderClassName
{
color: #C392BE;
}
.AnyTagClassName
{
color: #C392BE;
}
</style>
background-color css
<style>
a { background-color: #C392BE; }
a { background-color: rgb(195,146,190); }
div.DivClassName
{
background-color: #C392BE;
}
.BgClassName
{
background-color: #C392BE;
}
</style>
border-color css
<style>
span { border-color: #C392BE; }
span { border-color: rgb(195,146,190); }
td.TdClassName
{
border-color: #C392BE;
}
.TagClassName
{
border-color: #C392BE;
}
</style>