Shades of Lilac #C49CBE
Tints of Lilac #C49CBE
RGB
CMYK
RGB Variations
Color information
#C49CBE (or 0xC49CBE) is known color: Lilac. HEX triplet: C4, 9C and BE. RGB value is (196,156,190). Sum of RGB (Red+Green+Blue) = 196+156+190=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CBE is #3B6341. Grayscale: #ABABAB. Windows color (decimal): -3892034 or 12491972. OLE color: 12491972.
HSL color Cylindrical-coordinate representation of color #C49CBE: hue angle of 309º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CBE is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 190 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.23 |
| HSL | 309º | 0.25% | 0.69% | - |
| HSV(B) | 309º | 0.2% | 0.77% | - |
| XYZ | 43.95 | 39.23 | 53.97 | - |
| YUV | 171.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 190 | 0 | 0.20 | 0.03 | 0.23 | 309 | 0.25 | 0.69 |
| Hex | C4 | 9C | BE | 0 | 14 | 3 | 17 | 135 | 19 | 45 |
| Octal | 304 | 234 | 276 | 0 | 24 | 3 | 27 | 465 | 31 | 105 |
| Binary | 11000100 | 10011100 | 10111110 | 0 | 10100 | 11 | 10111 | 100110101 | 11001 | 1000101 |
Color Harmonies of #C49CBE
Complementary color
Monochromatic Colors of #C49CBE
Black with #C49CBE
Text Example
Text Example
White with #C49CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CBE; }
p { color: rgb(196,156,190); }
H1.HeaderClassName
{
color: #C49CBE;
}
.AnyTagClassName
{
color: #C49CBE;
}
</style>
background-color css
<style>
a { background-color: #C49CBE; }
a { background-color: rgb(196,156,190); }
div.DivClassName
{
background-color: #C49CBE;
}
.BgClassName
{
background-color: #C49CBE;
}
</style>
border-color css
<style>
span { border-color: #C49CBE; }
span { border-color: rgb(196,156,190); }
td.TdClassName
{
border-color: #C49CBE;
}
.TagClassName
{
border-color: #C49CBE;
}
</style>