#C094AE

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

Shades of Lily #C094AE

Tints of Lily #C094AE

Color information

#C094AE (or 0xC094AE) is unknown color: approx Lily. HEX triplet: C0, 94 and AE. RGB value is (192,148,174). Sum of RGB (Red+Green+Blue) = 192+148+174=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C094AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094AE is #3F6B51. Grayscale: #A4A4A4. Windows color (decimal): -4156242 or 11441344. OLE color: 11441344.

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

Color convert

RGB192148174-
CMYK00.230.090.25
HSL324.55º25.88%66.67%-
HSV(B)324.55º22.92%75.29%-
XYZ39.9735.4444.78-
YUV164.12133.58147.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=37.35%
G=28.79%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214817400.230.090.25324.5525.8866.67
HexC094AE0179191451a43
Octal300224256027113150532103
Binary110000001001010010101110010111100111001101000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094AE; }

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

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

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

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

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

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

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

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