#C194AE

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

Shades of Lily #C194AE

Tints of Lily #C194AE

Color information

#C194AE (or 0xC194AE) is unknown color: approx Lily. HEX triplet: C1, 94 and AE. RGB value is (193,148,174). Sum of RGB (Red+Green+Blue) = 193+148+174=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C194AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194AE is #3E6B51. Grayscale: #A4A4A4. Windows color (decimal): -4090706 or 11441345. OLE color: 11441345.

HSL color Cylindrical-coordinate representation of color #C194AE: hue angle of 325.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C194AE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193148174-
CMYK00.230.100.24
HSL325.33º26.63%66.86%-
HSV(B)325.33º23.32%75.69%-
XYZ40.2235.5744.79-
YUV164.42133.41148.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=37.48%
G=28.74%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314817400.230.100.24325.3326.6366.86
HexC194AE017A181451b43
Octal301224256027123050533103
Binary110000011001010010101110010111101011000101000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194AE; }

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

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

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

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

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

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

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

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