#C58CAE

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

Shades of Lily #C58CAE

Tints of Lily #C58CAE

Color information

#C58CAE (or 0xC58CAE) is unknown color: approx Lily. HEX triplet: C5, 8C and AE. RGB value is (197,140,174). Sum of RGB (Red+Green+Blue) = 197+140+174=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CAE is #3A7351. Grayscale: #A0A0A0. Windows color (decimal): -3830610 or 11439301. OLE color: 11439301.

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

Color convert

RGB197140174-
CMYK00.290.120.23
HSL324.21º32.95%66.08%-
HSV(B)324.21º28.93%77.25%-
XYZ40.0433.6844.44-
YUV160.92135.38153.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=38.55%
G=27.40%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714017400.290.120.23324.2132.9566.08
HexC58CAE01DC171442142
Octal305214256035142750441102
Binary1100010110001100101011100111011100101111010001001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CAE; }

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

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

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

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

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

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

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

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