#C585AC

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

Shades of Lily #C585AC

Tints of Lily #C585AC

Color information

#C585AC (or 0xC585AC) is unknown color: approx Lily. HEX triplet: C5, 85 and AC. RGB value is (197,133,172). Sum of RGB (Red+Green+Blue) = 197+133+172=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AC is #3A7A53. Grayscale: #9C9C9C. Windows color (decimal): -3832404 or 11306437. OLE color: 11306437.

HSL color Cylindrical-coordinate representation of color #C585AC: hue angle of 323.44º degrees, saturation: 0.36, 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 #C585AC is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197133172-
CMYK00.320.130.23
HSL323.44º35.56%64.71%-
HSV(B)323.44º32.49%77.25%-
XYZ38.8631.6243.09-
YUV156.58136.7156.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=39.24%
G=26.49%
B=34.26%

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
Decimal19713317200.320.130.23323.4435.5664.71
HexC585AC020D171432441
Octal305205254040152750344101
Binary11000101100001011010110001000001101101111010000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585AC; }

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

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

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

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

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

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

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

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