#C58EA9

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

Shades of Lily #C58EA9

Tints of Lily #C58EA9

Color information

#C58EA9 (or 0xC58EA9) is unknown color: approx Lily. HEX triplet: C5, 8E and A9. RGB value is (197,142,169). Sum of RGB (Red+Green+Blue) = 197+142+169=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58EA9 is #3A7156. Grayscale: #A1A1A1. Windows color (decimal): -3830103 or 11112133. OLE color: 11112133.

HSL color Cylindrical-coordinate representation of color #C58EA9: hue angle of 330.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EA9 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197142169-
CMYK00.280.140.23
HSL330.55º32.16%66.47%-
HSV(B)330.55º27.92%77.25%-
XYZ39.8634.0842.01-
YUV161.52132.22153.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=38.78%
G=27.95%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714216900.280.140.23330.5532.1666.47
HexC58EA901CE1714b2042
Octal305216251034162751340102
Binary1100010110001110101010010111001110101111010010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EA9; }

 p { color: rgb(197,142,169); }

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

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

 a { background-color: rgb(197,142,169); }

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

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

 span { border-color: rgb(197,142,169); }

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