#C487AA

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

Shades of Lily #C487AA

Tints of Lily #C487AA

Color information

#C487AA (or 0xC487AA) is unknown color: approx Lily. HEX triplet: C4, 87 and AA. RGB value is (196,135,170). Sum of RGB (Red+Green+Blue) = 196+135+170=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C487AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487AA is #3B7855. Grayscale: #9D9D9D. Windows color (decimal): -3897430 or 11175876. OLE color: 11175876.

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

Color convert

RGB196135170-
CMYK00.310.130.23
HSL325.57º34.08%64.9%-
HSV(B)325.57º31.12%76.86%-
XYZ38.6831.9742.16-
YUV157.23135.21155.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=39.12%
G=26.95%
B=33.93%

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
Decimal19613517000.310.130.23325.5734.0864.9
HexC487AA01FD171462241
Octal304207252037152750642101
Binary1100010010000111101010100111111101101111010001101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487AA; }

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

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

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

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

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

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

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

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