#C58BAA

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

Shades of Lily #C58BAA

Tints of Lily #C58BAA

Color information

#C58BAA (or 0xC58BAA) is unknown color: approx Lily. HEX triplet: C5, 8B and AA. RGB value is (197,139,170). Sum of RGB (Red+Green+Blue) = 197+139+170=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAA is #3A7455. Grayscale: #9F9F9F. Windows color (decimal): -3830870 or 11176901. OLE color: 11176901.

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

Color convert

RGB197139170-
CMYK00.290.140.23
HSL327.93º33.33%65.88%-
HSV(B)327.93º29.44%77.25%-
XYZ39.5133.2442.36-
YUV159.88133.72154.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=38.93%
G=27.47%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713917000.290.140.23327.9333.3365.88
HexC58BAA01DE171482142
Octal305213252035162751041102
Binary1100010110001011101010100111011110101111010010001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BAA; }

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

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

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

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

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

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

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

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