#C49FBE

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

Shades of Lilac #C49FBE

Tints of Lilac #C49FBE

Color information

#C49FBE (or 0xC49FBE) is unknown color: approx Lilac. HEX triplet: C4, 9F and BE. RGB value is (196,159,190). Sum of RGB (Red+Green+Blue) = 196+159+190=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBE is #3B6041. Grayscale: #ADADAD. Windows color (decimal): -3891266 or 12492740. OLE color: 12492740.

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

Color convert

RGB196159190-
CMYK00.190.030.23
HSL309.73º23.87%69.61%-
HSV(B)309.73º18.88%76.86%-
XYZ44.4640.2554.14-
YUV173.6137.26143.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=35.96%
G=29.17%
B=34.86%

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
Decimal19615919000.190.030.23309.7323.8769.61
HexC49FBE0133171361846
Octal30423727602332746630106
Binary1100010010011111101111100100111110111100110110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FBE; }

 p { color: rgb(196,159,190); }

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

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

 a { background-color: rgb(196,159,190); }

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

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

 span { border-color: rgb(196,159,190); }

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