#C586AC

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

Shades of Lily #C586AC

Tints of Lily #C586AC

Color information

#C586AC (or 0xC586AC) is unknown color: approx Lily. HEX triplet: C5, 86 and AC. RGB value is (197,134,172). Sum of RGB (Red+Green+Blue) = 197+134+172=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C586AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586AC is #3A7953. Grayscale: #9D9D9D. Windows color (decimal): -3832148 or 11306693. OLE color: 11306693.

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

Color convert

RGB197134172-
CMYK00.320.130.23
HSL323.81º35.2%64.9%-
HSV(B)323.81º31.98%77.25%-
XYZ3931.943.13-
YUV157.17136.37156.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=39.17%
G=26.64%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713417200.320.130.23323.8135.264.9
HexC586AC020D171442341
Octal305206254040152750443101
Binary11000101100001101010110001000001101101111010001001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586AC; }

 p { color: rgb(197,134,172); }

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

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

 a { background-color: rgb(197,134,172); }

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

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

 span { border-color: rgb(197,134,172); }

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