#C585AE

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

Shades of Lily #C585AE

Tints of Lily #C585AE

Color information

#C585AE (or 0xC585AE) is unknown color: approx Lily. HEX triplet: C5, 85 and AE. RGB value is (197,133,174). Sum of RGB (Red+Green+Blue) = 197+133+174=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AE is #3A7A51. Grayscale: #9C9C9C. Windows color (decimal): -3832402 or 11437509. OLE color: 11437509.

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

Color convert

RGB197133174-
CMYK00.320.120.23
HSL321.56º35.56%64.71%-
HSV(B)321.56º32.49%77.25%-
XYZ39.0531.744.11-
YUV156.81137.7156.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=39.09%
G=26.39%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713317400.320.120.23321.5635.5664.71
HexC585AE020C171422441
Octal305205256040142750244101
Binary11000101100001011010111001000001100101111010000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585AE; }

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

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

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

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

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

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

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

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