Shades of Lilac #C592C0
Tints of Lilac #C592C0
RGB
CMYK
RGB Variations
Color information
#C592C0 (or 0xC592C0) is known color: Lilac. HEX triplet: C5, 92 and C0. RGB value is (197,146,192). Sum of RGB (Red+Green+Blue) = 197+146+192=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C592C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592C0 is #3A6D3F. Grayscale: #A6A6A6. Windows color (decimal): -3829056 or 12620485. OLE color: 12620485.
HSL color Cylindrical-coordinate representation of color #C592C0: hue angle of 305.88º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C592C0 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 192 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.23 |
| HSL | 305.88º | 0.31% | 0.67% | - |
| HSV(B) | 305.88º | 0.26% | 0.77% | - |
| XYZ | 42.82 | 36.23 | 54.61 | - |
| YUV | 166.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 192 | 0 | 0.26 | 0.03 | 0.23 | 305.88 | 0.31 | 0.67 |
| Hex | C5 | 92 | C0 | 0 | 1A | 3 | 17 | 132 | 1F | 43 |
| Octal | 305 | 222 | 300 | 0 | 32 | 3 | 27 | 462 | 37 | 103 |
| Binary | 11000101 | 10010010 | 11000000 | 0 | 11010 | 11 | 10111 | 100110010 | 11111 | 1000011 |
Color Harmonies of #C592C0
Complementary color
Monochromatic Colors of #C592C0
Black with #C592C0
Text Example
Text Example
White with #C592C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592C0; }
p { color: rgb(197,146,192); }
H1.HeaderClassName
{
color: #C592C0;
}
.AnyTagClassName
{
color: #C592C0;
}
</style>
background-color css
<style>
a { background-color: #C592C0; }
a { background-color: rgb(197,146,192); }
div.DivClassName
{
background-color: #C592C0;
}
.BgClassName
{
background-color: #C592C0;
}
</style>
border-color css
<style>
span { border-color: #C592C0; }
span { border-color: rgb(197,146,192); }
td.TdClassName
{
border-color: #C592C0;
}
.TagClassName
{
border-color: #C592C0;
}
</style>