#C49EBC

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

Shades of Lily #C49EBC

Tints of Lily #C49EBC

Color information

#C49EBC (or 0xC49EBC) is unknown color: approx Lily. HEX triplet: C4, 9E and BC. RGB value is (196,158,188). Sum of RGB (Red+Green+Blue) = 196+158+188=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EBC is #3B6143. Grayscale: #ACACAC. Windows color (decimal): -3891524 or 12361412. OLE color: 12361412.

HSL color Cylindrical-coordinate representation of color #C49EBC: hue angle of 312.63º 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 #C49EBC is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196158188-
CMYK00.190.040.23
HSL312.63º24.36%69.41%-
HSV(B)312.63º19.39%76.86%-
XYZ44.0739.8252.94-
YUV172.78136.59144.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=36.16%
G=29.15%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615818800.190.040.23312.6324.3669.41
HexC49EBC0134171391845
Octal30423627402342747130105
Binary11000100100111101011110001001110010111100111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EBC; }

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

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

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

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

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

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

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

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