#C488AA

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

Shades of Lily #C488AA

Tints of Lily #C488AA

Color information

#C488AA (or 0xC488AA) is unknown color: approx Lily. HEX triplet: C4, 88 and AA. RGB value is (196,136,170). Sum of RGB (Red+Green+Blue) = 196+136+170=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AA is #3B7755. Grayscale: #9D9D9D. Windows color (decimal): -3897174 or 11176132. OLE color: 11176132.

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

Color convert

RGB196136170-
CMYK00.310.130.23
HSL326º33.71%65.1%-
HSV(B)326º30.61%76.86%-
XYZ38.8232.2542.21-
YUV157.82134.88155.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=39.04%
G=27.09%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613617000.310.130.2332633.7165.1
HexC488AA01FD171462241
Octal304210252037152750642101
Binary1100010010001000101010100111111101101111010001101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488AA; }

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

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

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

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

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

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

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

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