#8C5457

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

Shades of Solid Pink #8C5457

Tints of Solid Pink #8C5457

Color information

#8C5457 (or 0x8C5457) is unknown color: approx Solid Pink. HEX triplet: 8C, 54 and 57. RGB value is (140,84,87). Sum of RGB (Red+Green+Blue) = 140+84+87=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5457 is #73ABA8. Grayscale: #656565. Windows color (decimal): -7580585 or 5723276. OLE color: 5723276.

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

Color convert

RGB1408487-
CMYK00.40.380.45
HSL356.79º25%43.92%-
HSV(B)356.79º40%54.9%-
XYZ15.7112.610.62-
YUV101.09120.05155.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=45.02%
G=27.01%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140848700.40.380.45356.792543.92
Hex8C5457028262D165192c
Octal21412412705046555453154
Binary1000110010101001010111010100010011010110110110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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