#C293AE

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

Shades of Lily #C293AE

Tints of Lily #C293AE

Color information

#C293AE (or 0xC293AE) is unknown color: approx Lily. HEX triplet: C2, 93 and AE. RGB value is (194,147,174). Sum of RGB (Red+Green+Blue) = 194+147+174=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AE is #3D6C51. Grayscale: #A4A4A4. Windows color (decimal): -4025426 or 11441090. OLE color: 11441090.

HSL color Cylindrical-coordinate representation of color #C293AE: hue angle of 325.53º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C293AE is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194147174-
CMYK00.240.100.24
HSL325.53º27.81%66.86%-
HSV(B)325.53º24.23%76.08%-
XYZ40.3235.3944.75-
YUV164.13133.57149.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=37.67%
G=28.54%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414717400.240.100.24325.5327.8166.86
HexC293AE018A181461c43
Octal302223256030123050634103
Binary110000101001001110101110011000101011000101000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293AE; }

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

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

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

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

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

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

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

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