#C588AA

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

Shades of Lily #C588AA

Tints of Lily #C588AA

Color information

#C588AA (or 0xC588AA) is unknown color: approx Lily. HEX triplet: C5, 88 and AA. RGB value is (197,136,170). Sum of RGB (Red+Green+Blue) = 197+136+170=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C588AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C588AA is #3A7755. Grayscale: #9E9E9E. Windows color (decimal): -3831638 or 11176133. OLE color: 11176133.

HSL color Cylindrical-coordinate representation of color #C588AA: hue angle of 326.56º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C588AA is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197136170-
CMYK00.310.140.23
HSL326.56º34.46%65.29%-
HSV(B)326.56º30.96%77.25%-
XYZ39.0932.3842.22-
YUV158.11134.71155.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=39.17%
G=27.04%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713617000.310.140.23326.5634.4665.29
HexC588AA01FE171472241
Octal305210252037162750742101
Binary1100010110001000101010100111111110101111010001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C588AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C588AA; }

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

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

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

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

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

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

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

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