#C294AE

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

Shades of Lily #C294AE

Tints of Lily #C294AE

Color information

#C294AE (or 0xC294AE) is unknown color: approx Lily. HEX triplet: C2, 94 and AE. RGB value is (194,148,174). Sum of RGB (Red+Green+Blue) = 194+148+174=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C294AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294AE is #3D6B51. Grayscale: #A4A4A4. Windows color (decimal): -4025170 or 11441346. OLE color: 11441346.

HSL color Cylindrical-coordinate representation of color #C294AE: hue angle of 326.09º degrees, saturation: 0.27, 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 #C294AE is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194148174-
CMYK00.240.100.24
HSL326.09º27.38%67.06%-
HSV(B)326.09º23.71%76.08%-
XYZ40.4835.7144.8-
YUV164.72133.24148.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=37.60%
G=28.68%
B=33.72%

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
Decimal19414817400.240.100.24326.0927.3867.06
HexC294AE018A181461b43
Octal302224256030123050633103
Binary110000101001010010101110011000101011000101000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294AE; }

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

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

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

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

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

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

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

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