#8C5759

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

Shades of Solid Pink #8C5759

Tints of Solid Pink #8C5759

Color information

#8C5759 (or 0x8C5759) is unknown color: approx Solid Pink. HEX triplet: 8C, 57 and 59. RGB value is (140,87,89). Sum of RGB (Red+Green+Blue) = 140+87+89=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5759 is #73A8A6. Grayscale: #676767. Windows color (decimal): -7579815 or 5855116. OLE color: 5855116.

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

Color convert

RGB1408789-
CMYK00.380.360.45
HSL357.74º23.35%44.51%-
HSV(B)357.74º37.86%54.9%-
XYZ16.0313.1111.14-
YUV103.08120.06154.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=44.30%
G=27.53%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140878900.380.360.45357.7423.3544.51
Hex8C5759026242D166172d
Octal21412713104644555462755
Binary1000110010101111011001010011010010010110110110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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