#C49FCB

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

Shades of Lilac #C49FCB

Tints of Lilac #C49FCB

Color information

#C49FCB (or 0xC49FCB) is unknown color: approx 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

RGB196159203-
CMYK0.030.2200.20
HSL290.45º29.73%70.98%-
HSV(B)290.45º21.67%79.61%-
XYZ45.9440.8461.96-
YUV175.08143.76142.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=35.13%
G=28.49%
B=36.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961592030.030.2200.20290.4529.7370.98
HexC49FCB3160141221e47
Octal30423731332602444236107
Binary1100010010011111110010111110110010100100100010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>