#8C4C79

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

Shades of Trendy Pink #8C4C79

Tints of Trendy Pink #8C4C79

Color information

#8C4C79 (or 0x8C4C79) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4C and 79. RGB value is (140,76,121). Sum of RGB (Red+Green+Blue) = 140+76+121=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4C79 is #73B386. Grayscale: #646464. Windows color (decimal): -7582599 or 7949452. OLE color: 7949452.

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

Color convert

RGB14076121-
CMYK00.460.140.45
HSL317.81º29.63%42.35%-
HSV(B)317.81º45.71%54.9%-
XYZ16.8512.1219.54-
YUV100.27139.7156.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=41.54%
G=22.55%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407612100.460.140.45317.8129.6342.35
Hex8C4C7902EE2D13e1e2a
Octal21411417105616554763652
Binary10001100100110011110010101110111010110110011111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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