#C580AC

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

Shades of Lily #C580AC

Tints of Lily #C580AC

Color information

#C580AC (or 0xC580AC) is unknown color: approx Lily. HEX triplet: C5, 80 and AC. RGB value is (197,128,172). Sum of RGB (Red+Green+Blue) = 197+128+172=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C580AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580AC is #3A7F53. Grayscale: #999999. Windows color (decimal): -3833684 or 11305157. OLE color: 11305157.

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

Color convert

RGB197128172-
CMYK00.350.130.23
HSL321.74º37.3%63.73%-
HSV(B)321.74º35.03%77.25%-
XYZ38.1930.2942.86-
YUV153.65138.36158.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=39.64%
G=25.75%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712817200.350.130.23321.7437.363.73
HexC580AC023D171422540
Octal305200254043152750245100
Binary11000101100000001010110001000111101101111010000101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580AC; }

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

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

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

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

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

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

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

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