#8C595B

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

Shades of Solid Pink #8C595B

Tints of Solid Pink #8C595B

Color information

#8C595B (or 0x8C595B) is unknown color: approx Solid Pink. HEX triplet: 8C, 59 and 5B. RGB value is (140,89,91). Sum of RGB (Red+Green+Blue) = 140+89+91=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C595B is #73A6A4. Grayscale: #686868. Windows color (decimal): -7579301 or 5986700. OLE color: 5986700.

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

Color convert

RGB1408991-
CMYK00.360.350.45
HSL357.65º22.27%44.9%-
HSV(B)357.65º36.43%54.9%-
XYZ16.2813.4811.64-
YUV104.48120.4153.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=43.75%
G=27.81%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140899100.360.350.45357.6522.2744.9
Hex8C595B024232D166162d
Octal21413113304443555462655
Binary1000110010110011011011010010010001110110110110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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