#C987AA

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

Shades of Lily #C987AA

Tints of Lily #C987AA

Color information

#C987AA (or 0xC987AA) is unknown color: approx Lily. HEX triplet: C9, 87 and AA. RGB value is (201,135,170). Sum of RGB (Red+Green+Blue) = 201+135+170=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C987AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987AA is #367855. Grayscale: #9E9E9E. Windows color (decimal): -3569750 or 11175881. OLE color: 11175881.

HSL color Cylindrical-coordinate representation of color #C987AA: hue angle of 328.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987AA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201135170-
CMYK00.330.150.21
HSL328.18º37.93%65.88%-
HSV(B)328.18º32.84%78.82%-
XYZ40.0132.6542.22-
YUV158.72134.37158.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=39.72%
G=26.68%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113517000.330.150.21328.1837.9365.88
HexC987AA021F151482642
Octal311207252041172551046102
Binary11001001100001111010101001000011111101011010010001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987AA; }

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

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

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

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

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

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

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

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