Shades of Lilac #C49BC7
Tints of Lilac #C49BC7
RGB
CMYK
RGB Variations
Color information
#C49BC7 (or 0xC49BC7) is known color: Lilac. HEX triplet: C4, 9B and C7. RGB value is (196,155,199). Sum of RGB (Red+Green+Blue) = 196+155+199=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #C49BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BC7 is #3B6438. Grayscale: #ACACAC. Windows color (decimal): -3892281 or 13081540. OLE color: 13081540.
HSL color Cylindrical-coordinate representation of color #C49BC7: hue angle of 295.91º degrees, saturation: 0.28, 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 #C49BC7 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 155 | 199 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.22 |
| HSL | 295.91º | 0.28% | 0.69% | - |
| HSV(B) | 295.91º | 0.22% | 0.78% | - |
| XYZ | 44.8 | 39.3 | 59.26 | - |
| YUV | 172.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 199 | 0.02 | 0.22 | 0 | 0.22 | 295.91 | 0.28 | 0.69 |
| Hex | C4 | 9B | C7 | 2 | 16 | 0 | 16 | 128 | 1C | 45 |
| Octal | 304 | 233 | 307 | 2 | 26 | 0 | 26 | 450 | 34 | 105 |
| Binary | 11000100 | 10011011 | 11000111 | 10 | 10110 | 0 | 10110 | 100101000 | 11100 | 1000101 |
Color Harmonies of #C49BC7
Complementary color
Monochromatic Colors of #C49BC7
Black with #C49BC7
Text Example
Text Example
White with #C49BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BC7; }
p { color: rgb(196,155,199); }
H1.HeaderClassName
{
color: #C49BC7;
}
.AnyTagClassName
{
color: #C49BC7;
}
</style>
background-color css
<style>
a { background-color: #C49BC7; }
a { background-color: rgb(196,155,199); }
div.DivClassName
{
background-color: #C49BC7;
}
.BgClassName
{
background-color: #C49BC7;
}
</style>
border-color css
<style>
span { border-color: #C49BC7; }
span { border-color: rgb(196,155,199); }
td.TdClassName
{
border-color: #C49BC7;
}
.TagClassName
{
border-color: #C49BC7;
}
</style>