#C18EAF

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

Shades of Lily #C18EAF

Tints of Lily #C18EAF

Color information

#C18EAF (or 0xC18EAF) is unknown color: approx Lily. HEX triplet: C1, 8E and AF. RGB value is (193,142,175). Sum of RGB (Red+Green+Blue) = 193+142+175=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18EAF is #3E7150. Grayscale: #A0A0A0. Windows color (decimal): -4092241 or 11505345. OLE color: 11505345.

HSL color Cylindrical-coordinate representation of color #C18EAF: hue angle of 321.18º 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 #C18EAF is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193142175-
CMYK00.260.090.24
HSL321.18º29.14%65.69%-
HSV(B)321.18º26.42%75.69%-
XYZ39.433.7845-
YUV161.01135.9150.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=37.84%
G=27.84%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314217500.260.090.24321.1829.1465.69
HexC18EAF01A9181411d42
Octal301216257032113050135102
Binary110000011000111010101111011010100111000101000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EAF; }

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

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

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

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

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

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

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

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