#C094AC

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

Shades of Lily #C094AC

Tints of Lily #C094AC

Color information

#C094AC (or 0xC094AC) is unknown color: approx Lily. HEX triplet: C0, 94 and AC. RGB value is (192,148,172). Sum of RGB (Red+Green+Blue) = 192+148+172=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C094AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094AC is #3F6B53. Grayscale: #A3A3A3. Windows color (decimal): -4156244 or 11310272. OLE color: 11310272.

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

Color convert

RGB192148172-
CMYK00.230.100.25
HSL327.27º25.88%66.67%-
HSV(B)327.27º22.92%75.29%-
XYZ39.7735.3643.76-
YUV163.89132.58148.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=37.5%
G=28.91%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214817200.230.100.25327.2725.8866.67
HexC094AC017A191471a43
Octal300224254027123150732103
Binary110000001001010010101100010111101011001101000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094AC; }

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

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

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

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

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

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

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

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