#8C4D57

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

Shades of Solid Pink #8C4D57

Tints of Solid Pink #8C4D57

Color information

#8C4D57 (or 0x8C4D57) is unknown color: approx Solid Pink. HEX triplet: 8C, 4D and 57. RGB value is (140,77,87). Sum of RGB (Red+Green+Blue) = 140+77+87=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4D57 is #73B2A8. Grayscale: #616161. Windows color (decimal): -7582377 or 5721484. OLE color: 5721484.

HSL color Cylindrical-coordinate representation of color #8C4D57: hue angle of 350.48º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C4D57 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1407787-
CMYK00.450.380.45
HSL350.48º29.03%42.55%-
HSV(B)350.48º45%54.9%-
XYZ15.1911.5710.45-
YUV96.98122.37158.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=46.05%
G=25.33%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140778700.450.380.45350.4829.0342.55
Hex8C4D5702D262D15e1d2b
Octal21411512705546555363553
Binary1000110010011011010111010110110011010110110101111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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