#8C494D

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

Shades of Solid Pink #8C494D

Tints of Solid Pink #8C494D

Color information

#8C494D (or 0x8C494D) is unknown color: approx Solid Pink. HEX triplet: 8C, 49 and 4D. RGB value is (140,73,77). Sum of RGB (Red+Green+Blue) = 140+73+77=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C494D is #73B6B2. Grayscale: #5D5D5D. Windows color (decimal): -7583411 or 5065100. OLE color: 5065100.

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

Color convert

RGB1407377-
CMYK00.480.450.45
HSL356.42º31.46%41.76%-
HSV(B)356.42º47.86%54.9%-
XYZ14.5410.888.35-
YUV93.49118.7161.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=48.28%
G=25.17%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140737700.480.450.45356.4231.4641.76
Hex8C494D0302D2D1641f2a
Octal21411111506055555443752
Binary1000110010010011001101011000010110110110110110010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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