#C49AAE

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

Shades of Lily #C49AAE

Tints of Lily #C49AAE

Color information

#C49AAE (or 0xC49AAE) is unknown color: approx Lily. HEX triplet: C4, 9A and AE. RGB value is (196,154,174). Sum of RGB (Red+Green+Blue) = 196+154+174=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AAE is #3B6551. Grayscale: #A8A8A8. Windows color (decimal): -3892562 or 11442884. OLE color: 11442884.

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

Color convert

RGB196154174-
CMYK00.210.110.23
HSL331.43º26.25%68.63%-
HSV(B)331.43º21.43%76.86%-
XYZ41.9637.945.15-
YUV168.84130.91147.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=37.40%
G=29.39%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615417400.210.110.23331.4326.2568.63
HexC49AAE015B1714b1a45
Octal304232256025132751332105
Binary110001001001101010101110010101101110111101001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AAE; }

 p { color: rgb(196,154,174); }

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

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

 a { background-color: rgb(196,154,174); }

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

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

 span { border-color: rgb(196,154,174); }

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