#C58EAF

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

Shades of Lily #C58EAF

Tints of Lily #C58EAF

Color information

#C58EAF (or 0xC58EAF) is unknown color: approx Lily. HEX triplet: C5, 8E and AF. RGB value is (197,142,175). Sum of RGB (Red+Green+Blue) = 197+142+175=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58EAF is #3A7150. Grayscale: #A2A2A2. Windows color (decimal): -3830097 or 11505349. OLE color: 11505349.

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

Color convert

RGB197142175-
CMYK00.280.110.23
HSL324º32.16%66.47%-
HSV(B)324º27.92%77.25%-
XYZ40.4434.3145.05-
YUV162.21135.22152.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=38.33%
G=27.63%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714217500.280.110.2332432.1666.47
HexC58EAF01CB171442042
Octal305216257034132750440102
Binary1100010110001110101011110111001011101111010001001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EAF; }

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

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

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

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

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

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

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

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