#C493AB

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

Shades of Lily #C493AB

Tints of Lily #C493AB

Color information

#C493AB (or 0xC493AB) is unknown color: approx Lily. HEX triplet: C4, 93 and AB. RGB value is (196,147,171). Sum of RGB (Red+Green+Blue) = 196+147+171=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C493AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493AB is #3B6C54. Grayscale: #A4A4A4. Windows color (decimal): -3894357 or 11244484. OLE color: 11244484.

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

Color convert

RGB196147171-
CMYK00.250.130.23
HSL330.61º29.34%67.25%-
HSV(B)330.61º25%76.86%-
XYZ40.5535.5443.25-
YUV164.39131.73150.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=38.13%
G=28.60%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614717100.250.130.23330.6129.3467.25
HexC493AB019D1714b1d43
Octal304223253031152751335103
Binary110001001001001110101011011001110110111101001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493AB; }

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

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

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

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

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

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

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

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