Shades of Lilac #C49BC6
Tints of Lilac #C49BC6
RGB
CMYK
RGB Variations
Color information
#C49BC6 (or 0xC49BC6) is known color: Lilac. HEX triplet: C4, 9B and C6. RGB value is (196,155,198). Sum of RGB (Red+Green+Blue) = 196+155+198=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #C49BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BC6 is #3B6439. Grayscale: #ACACAC. Windows color (decimal): -3892282 or 13016004. OLE color: 13016004.
HSL color Cylindrical-coordinate representation of color #C49BC6: hue angle of 297.21º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49BC6 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 155 | 198 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.22 |
| HSL | 297.21º | 0.27% | 0.69% | - |
| HSV(B) | 297.21º | 0.22% | 0.78% | - |
| XYZ | 44.68 | 39.26 | 58.65 | - |
| YUV | 172.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 198 | 0.01 | 0.22 | 0 | 0.22 | 297.21 | 0.27 | 0.69 |
| Hex | C4 | 9B | C6 | 1 | 16 | 0 | 16 | 129 | 1B | 45 |
| Octal | 304 | 233 | 306 | 1 | 26 | 0 | 26 | 451 | 33 | 105 |
| Binary | 11000100 | 10011011 | 11000110 | 1 | 10110 | 0 | 10110 | 100101001 | 11011 | 1000101 |
Color Harmonies of #C49BC6
Complementary color
Monochromatic Colors of #C49BC6
Black with #C49BC6
Text Example
Text Example
White with #C49BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BC6; }
p { color: rgb(196,155,198); }
H1.HeaderClassName
{
color: #C49BC6;
}
.AnyTagClassName
{
color: #C49BC6;
}
</style>
background-color css
<style>
a { background-color: #C49BC6; }
a { background-color: rgb(196,155,198); }
div.DivClassName
{
background-color: #C49BC6;
}
.BgClassName
{
background-color: #C49BC6;
}
</style>
border-color css
<style>
span { border-color: #C49BC6; }
span { border-color: rgb(196,155,198); }
td.TdClassName
{
border-color: #C49BC6;
}
.TagClassName
{
border-color: #C49BC6;
}
</style>