#C394AE

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

Shades of Lily #C394AE

Tints of Lily #C394AE

Color information

#C394AE (or 0xC394AE) is unknown color: approx Lily. HEX triplet: C3, 94 and AE. RGB value is (195,148,174). Sum of RGB (Red+Green+Blue) = 195+148+174=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C394AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394AE is #3C6B51. Grayscale: #A4A4A4. Windows color (decimal): -3959634 or 11441347. OLE color: 11441347.

HSL color Cylindrical-coordinate representation of color #C394AE: hue angle of 326.81º 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 #C394AE is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195148174-
CMYK00.240.110.24
HSL326.81º28.14%67.25%-
HSV(B)326.81º24.1%76.47%-
XYZ40.7435.8444.81-
YUV165.02133.07149.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=37.72%
G=28.63%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514817400.240.110.24326.8128.1467.25
HexC394AE018B181471c43
Octal303224256030133050734103
Binary110000111001010010101110011000101111000101000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394AE; }

 p { color: rgb(195,148,174); }

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

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

 a { background-color: rgb(195,148,174); }

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

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

 span { border-color: rgb(195,148,174); }

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