Shades of Lilac #C192C6
Tints of Lilac #C192C6
RGB
CMYK
RGB Variations
Color information
#C192C6 (or 0xC192C6) is known color: Lilac. HEX triplet: C1, 92 and C6. RGB value is (193,146,198). Sum of RGB (Red+Green+Blue) = 193+146+198=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #C192C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192C6 is #3E6D39. Grayscale: #A5A5A5. Windows color (decimal): -4091194 or 13013697. OLE color: 13013697.
HSL color Cylindrical-coordinate representation of color #C192C6: hue angle of 294.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C192C6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 146 | 198 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.22 |
| HSL | 294.23º | 0.31% | 0.67% | - |
| HSV(B) | 294.23º | 0.26% | 0.78% | - |
| XYZ | 42.46 | 35.97 | 58.13 | - |
| YUV | 165.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 198 | 0.03 | 0.26 | 0 | 0.22 | 294.23 | 0.31 | 0.67 |
| Hex | C1 | 92 | C6 | 3 | 1A | 0 | 16 | 126 | 1F | 43 |
| Octal | 301 | 222 | 306 | 3 | 32 | 0 | 26 | 446 | 37 | 103 |
| Binary | 11000001 | 10010010 | 11000110 | 11 | 11010 | 0 | 10110 | 100100110 | 11111 | 1000011 |
Color Harmonies of #C192C6
Complementary color
Monochromatic Colors of #C192C6
Black with #C192C6
Text Example
Text Example
White with #C192C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192C6; }
p { color: rgb(193,146,198); }
H1.HeaderClassName
{
color: #C192C6;
}
.AnyTagClassName
{
color: #C192C6;
}
</style>
background-color css
<style>
a { background-color: #C192C6; }
a { background-color: rgb(193,146,198); }
div.DivClassName
{
background-color: #C192C6;
}
.BgClassName
{
background-color: #C192C6;
}
</style>
border-color css
<style>
span { border-color: #C192C6; }
span { border-color: rgb(193,146,198); }
td.TdClassName
{
border-color: #C192C6;
}
.TagClassName
{
border-color: #C192C6;
}
</style>