Shades of Lilac #C492BC
Tints of Lilac #C492BC
RGB
CMYK
RGB Variations
Color information
#C492BC (or 0xC492BC) is known color: Lilac. HEX triplet: C4, 92 and BC. RGB value is (196,146,188). Sum of RGB (Red+Green+Blue) = 196+146+188=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BC is #3B6D43. Grayscale: #A5A5A5. Windows color (decimal): -3894596 or 12358340. OLE color: 12358340.
HSL color Cylindrical-coordinate representation of color #C492BC: hue angle of 309.6º degrees, saturation: 0.3, 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 #C492BC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 188 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.23 |
| HSL | 309.6º | 0.3% | 0.67% | - |
| HSV(B) | 309.6º | 0.26% | 0.77% | - |
| XYZ | 42.12 | 35.92 | 52.29 | - |
| YUV | 165.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 188 | 0 | 0.26 | 0.04 | 0.23 | 309.6 | 0.3 | 0.67 |
| Hex | C4 | 92 | BC | 0 | 1A | 4 | 17 | 136 | 1E | 43 |
| Octal | 304 | 222 | 274 | 0 | 32 | 4 | 27 | 466 | 36 | 103 |
| Binary | 11000100 | 10010010 | 10111100 | 0 | 11010 | 100 | 10111 | 100110110 | 11110 | 1000011 |
Color Harmonies of #C492BC
Complementary color
Monochromatic Colors of #C492BC
Black with #C492BC
Text Example
Text Example
White with #C492BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492BC; }
p { color: rgb(196,146,188); }
H1.HeaderClassName
{
color: #C492BC;
}
.AnyTagClassName
{
color: #C492BC;
}
</style>
background-color css
<style>
a { background-color: #C492BC; }
a { background-color: rgb(196,146,188); }
div.DivClassName
{
background-color: #C492BC;
}
.BgClassName
{
background-color: #C492BC;
}
</style>
border-color css
<style>
span { border-color: #C492BC; }
span { border-color: rgb(196,146,188); }
td.TdClassName
{
border-color: #C492BC;
}
.TagClassName
{
border-color: #C492BC;
}
</style>