#C493AE

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

Shades of Lily #C493AE

Tints of Lily #C493AE

Color information

#C493AE (or 0xC493AE) is unknown color: approx Lily. HEX triplet: C4, 93 and AE. RGB value is (196,147,174). Sum of RGB (Red+Green+Blue) = 196+147+174=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C493AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493AE is #3B6C51. Grayscale: #A4A4A4. Windows color (decimal): -3894354 or 11441092. OLE color: 11441092.

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

Color convert

RGB196147174-
CMYK00.250.110.23
HSL326.94º29.34%67.25%-
HSV(B)326.94º25%76.86%-
XYZ40.8435.6644.77-
YUV164.73133.23150.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=37.91%
G=28.43%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614717400.250.110.23326.9429.3467.25
HexC493AE019B171471d43
Octal304223256031132750735103
Binary110001001001001110101110011001101110111101000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493AE; }

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

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

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

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

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

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

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

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