#C49EAC

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

Shades of Lily #C49EAC

Tints of Lily #C49EAC

Color information

#C49EAC (or 0xC49EAC) is unknown color: approx Lily. HEX triplet: C4, 9E and AC. RGB value is (196,158,172). Sum of RGB (Red+Green+Blue) = 196+158+172=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49EAC is #3B6153. Grayscale: #AAAAAA. Windows color (decimal): -3891540 or 11312836. OLE color: 11312836.

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

Color convert

RGB196158172-
CMYK00.190.120.23
HSL337.89º24.36%69.41%-
HSV(B)337.89º19.39%76.86%-
XYZ42.4439.1744.35-
YUV170.96128.59145.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=37.26%
G=30.04%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615817200.190.120.23337.8924.3669.41
HexC49EAC013C171521845
Octal304236254023142752230105
Binary110001001001111010101100010011110010111101010010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EAC; }

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

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

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

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

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

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

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

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