#C18EAD

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

Shades of Lily #C18EAD

Tints of Lily #C18EAD

Color information

#C18EAD (or 0xC18EAD) is unknown color: approx Lily. HEX triplet: C1, 8E and AD. RGB value is (193,142,173). Sum of RGB (Red+Green+Blue) = 193+142+173=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18EAD is #3E7152. Grayscale: #A0A0A0. Windows color (decimal): -4092243 or 11374273. OLE color: 11374273.

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

Color convert

RGB193142173-
CMYK00.260.100.24
HSL323.53º29.14%65.69%-
HSV(B)323.53º26.42%75.69%-
XYZ39.2133.743.97-
YUV160.78134.9150.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=37.99%
G=27.95%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314217300.260.100.24323.5329.1465.69
HexC18EAD01AA181441d42
Octal301216255032123050435102
Binary110000011000111010101101011010101011000101000100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EAD; }

 p { color: rgb(193,142,173); }

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

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

 a { background-color: rgb(193,142,173); }

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

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

 span { border-color: rgb(193,142,173); }

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