#8C4677

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

Shades of Trendy Pink #8C4677

Tints of Trendy Pink #8C4677

Color information

#8C4677 (or 0x8C4677) is unknown color: approx Trendy Pink. HEX triplet: 8C, 46 and 77. RGB value is (140,70,119). Sum of RGB (Red+Green+Blue) = 140+70+119=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4677 is #73B988. Grayscale: #606060. Windows color (decimal): -7584137 or 7816844. OLE color: 7816844.

HSL color Cylindrical-coordinate representation of color #8C4677: hue angle of 318º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4677 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB14070119-
CMYK00.500.150.45
HSL318º33.33%41.18%-
HSV(B)318º50%54.9%-
XYZ16.3411.2918.77-
YUV96.52140.69159.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=42.55%
G=21.28%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407011900.500.150.4531833.3341.18
Hex8C4677032F2D13e2129
Octal21410616706217554764151
Binary100011001000110111011101100101111101101100111110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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