#8C4979

Color #8C4979 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8C4979

Tints of Trendy Pink #8C4979

Color information

#8C4979 (or 0x8C4979) is unknown color: approx Trendy Pink. HEX triplet: 8C, 49 and 79. RGB value is (140,73,121). Sum of RGB (Red+Green+Blue) = 140+73+121=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4979 is #73B686. Grayscale: #626262. Windows color (decimal): -7583367 or 7948684. OLE color: 7948684.

HSL color Cylindrical-coordinate representation of color #8C4979: hue angle of 317.01º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4979 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14073121-
CMYK00.480.140.45
HSL317.01º31.46%41.76%-
HSV(B)317.01º47.86%54.9%-
XYZ16.6511.7219.47-
YUV98.5140.7157.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=41.92%
G=21.86%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407312100.480.140.45317.0131.4641.76
Hex8C4979030E2D13d1f2a
Octal21411117106016554753752
Binary10001100100100111110010110000111010110110011110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C4979; }

 p { color: rgb(140,73,121); }

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

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

 a { background-color: rgb(140,73,121); }

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

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

 span { border-color: rgb(140,73,121); }

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