Shades of Lilac #C49FCB
Tints of Lilac #C49FCB
RGB
CMYK
RGB Variations
Color information
#C49FCB (or 0xC49FCB) is known color: Lilac. HEX triplet: C4, 9F and CB. RGB value is (196,159,203). Sum of RGB (Red+Green+Blue) = 196+159+203=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #C49FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FCB is #3B6034. Grayscale: #AEAEAE. Windows color (decimal): -3891253 or 13344708. OLE color: 13344708.
HSL color Cylindrical-coordinate representation of color #C49FCB: hue angle of 290.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49FCB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 196 | 159 | 203 | - |
CMYK | 0.03 | 0.22 | 0 | 0.20 |
HSL | 290.45º | 0.3% | 0.71% | - |
HSV(B) | 290.45º | 0.22% | 0.8% | - |
XYZ | 45.94 | 40.84 | 61.96 | - |
YUV | 175.08 | 143.76 | 142.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 159 | 203 | 0.03 | 0.22 | 0 | 0.20 | 290.45 | 0.3 | 0.71 |
Hex | C4 | 9F | CB | 3 | 16 | 0 | 14 | 122 | 1E | 47 |
Octal | 304 | 237 | 313 | 3 | 26 | 0 | 24 | 442 | 36 | 107 |
Binary | 11000100 | 10011111 | 11001011 | 11 | 10110 | 0 | 10100 | 100100010 | 11110 | 1000111 |
Color Harmonies of #C49FCB
Complementary color
Monochromatic Colors of #C49FCB
Black with #C49FCB
Text Example
Text Example
White with #C49FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FCB; }
p { color: rgb(196,159,203); }
H1.HeaderClassName
{
color: #C49FCB;
}
.AnyTagClassName
{
color: #C49FCB;
}
</style>
background-color css
<style>
a { background-color: #C49FCB; }
a { background-color: rgb(196,159,203); }
div.DivClassName
{
background-color: #C49FCB;
}
.BgClassName
{
background-color: #C49FCB;
}
</style>
border-color css
<style>
span { border-color: #C49FCB; }
span { border-color: rgb(196,159,203); }
td.TdClassName
{
border-color: #C49FCB;
}
.TagClassName
{
border-color: #C49FCB;
}
</style>