#C094AA

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

Shades of Lily #C094AA

Tints of Lily #C094AA

Color information

#C094AA (or 0xC094AA) is unknown color: approx Lily. HEX triplet: C0, 94 and AA. RGB value is (192,148,170). Sum of RGB (Red+Green+Blue) = 192+148+170=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C094AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094AA is #3F6B55. Grayscale: #A3A3A3. Windows color (decimal): -4156246 or 11179200. OLE color: 11179200.

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

Color convert

RGB192148170-
CMYK00.230.110.25
HSL330º25.88%66.67%-
HSV(B)330º22.92%75.29%-
XYZ39.5835.2942.76-
YUV163.66131.58148.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=37.65%
G=29.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214817000.230.110.2533025.8866.67
HexC094AA017B1914a1a43
Octal300224252027133151232103
Binary110000001001010010101010010111101111001101001010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094AA; }

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

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

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

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

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

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

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

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