#8C4977

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

Shades of Trendy Pink #8C4977

Tints of Trendy Pink #8C4977

Color information

#8C4977 (or 0x8C4977) is unknown color: approx Trendy Pink. HEX triplet: 8C, 49 and 77. RGB value is (140,73,119). Sum of RGB (Red+Green+Blue) = 140+73+119=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4977 is #73B688. Grayscale: #626262. Windows color (decimal): -7583369 or 7817612. OLE color: 7817612.

HSL color Cylindrical-coordinate representation of color #8C4977: hue angle of 318.81º 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 #8C4977 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB14073119-
CMYK00.480.150.45
HSL318.81º31.46%41.76%-
HSV(B)318.81º47.86%54.9%-
XYZ16.5311.6718.83-
YUV98.28139.7157.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=42.17%
G=21.99%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407311900.480.150.45318.8131.4641.76
Hex8C4977030F2D13f1f2a
Octal21411116706017554773752
Binary10001100100100111101110110000111110110110011111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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