#C57CAE

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

Shades of Lily #C57CAE

Tints of Lily #C57CAE

Color information

#C57CAE (or 0xC57CAE) is unknown color: approx Lily. HEX triplet: C5, 7C and AE. RGB value is (197,124,174). Sum of RGB (Red+Green+Blue) = 197+124+174=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CAE is #3A8351. Grayscale: #979797. Windows color (decimal): -3834706 or 11435205. OLE color: 11435205.

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

Color convert

RGB197124174-
CMYK00.370.120.23
HSL318.9º38.62%62.94%-
HSV(B)318.9º37.06%77.25%-
XYZ37.8729.3443.71-
YUV151.53140.68160.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=39.80%
G=25.05%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712417400.370.120.23318.938.6262.94
HexC57CAE025C1713f273f
Octal30517425604514274774777
Binary110001011111100101011100100101110010111100111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57CAE; }

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

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

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

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

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

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

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

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