#C58BAE

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

Shades of Lily #C58BAE

Tints of Lily #C58BAE

Color information

#C58BAE (or 0xC58BAE) is unknown color: approx Lily. HEX triplet: C5, 8B and AE. RGB value is (197,139,174). Sum of RGB (Red+Green+Blue) = 197+139+174=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAE is #3A7451. Grayscale: #A0A0A0. Windows color (decimal): -3830866 or 11439045. OLE color: 11439045.

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

Color convert

RGB197139174-
CMYK00.290.120.23
HSL323.79º33.33%65.88%-
HSV(B)323.79º29.44%77.25%-
XYZ39.933.3944.39-
YUV160.33135.72154.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=38.63%
G=27.25%
B=34.12%

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
Decimal19713917400.290.120.23323.7933.3365.88
HexC58BAE01DC171442142
Octal305213256035142750441102
Binary1100010110001011101011100111011100101111010001001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BAE; }

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

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

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

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

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

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

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

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