#C49EBF

Color #C49EBF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C49EBF

Tints of Lilac #C49EBF

Color information

#C49EBF (or 0xC49EBF) is unknown color: approx Lilac. HEX triplet: C4, 9E and BF. RGB value is (196,158,191). Sum of RGB (Red+Green+Blue) = 196+158+191=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EBF is #3B6140. Grayscale: #ADADAD. Windows color (decimal): -3891521 or 12558020. OLE color: 12558020.

HSL color Cylindrical-coordinate representation of color #C49EBF: hue angle of 307.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49EBF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196158191-
CMYK00.190.030.23
HSL307.89º24.36%69.41%-
HSV(B)307.89º19.39%76.86%-
XYZ44.439.9554.66-
YUV173.12138.09144.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 191 (75% from 255) = 35.05%
R=35.96%
G=28.99%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615819100.190.030.23307.8924.3669.41
HexC49EBF0133171341845
Octal30423627702332746430105
Binary1100010010011110101111110100111110111100110100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EBF; }

 p { color: rgb(196,158,191); }

 H1.HeaderClassName
 {
   color: #C49EBF;
 }
 .AnyTagClassName
 {
   color: #C49EBF;
 }
</style>
background-color css

<style>
 a { background-color: #C49EBF; }

 a { background-color: rgb(196,158,191); }

 div.DivClassName
 {
   background-color: #C49EBF;
 }
 .BgClassName
 {
   background-color: #C49EBF;
 }
</style>
border-color css

<style>
 span { border-color: #C49EBF; }

 span { border-color: rgb(196,158,191); }

 td.TdClassName
 {
   border-color: #C49EBF;
 }
 .TagClassName
 {
   border-color: #C49EBF;
 }
</style>