#C58EAD

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

Shades of Lily #C58EAD

Tints of Lily #C58EAD

Color information

#C58EAD (or 0xC58EAD) is unknown color: approx Lily. HEX triplet: C5, 8E and AD. RGB value is (197,142,173). Sum of RGB (Red+Green+Blue) = 197+142+173=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58EAD is #3A7152. Grayscale: #A1A1A1. Windows color (decimal): -3830099 or 11374277. OLE color: 11374277.

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

Color convert

RGB197142173-
CMYK00.280.120.23
HSL326.18º32.16%66.47%-
HSV(B)326.18º27.92%77.25%-
XYZ40.2434.2344.02-
YUV161.98134.22152.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=38.48%
G=27.73%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714217300.280.120.23326.1832.1666.47
HexC58EAD01CC171462042
Octal305216255034142750640102
Binary1100010110001110101011010111001100101111010001101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EAD; }

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

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

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

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

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

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

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

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