#8C585A

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

Shades of Solid Pink #8C585A

Tints of Solid Pink #8C585A

Color information

#8C585A (or 0x8C585A) is unknown color: approx Solid Pink. HEX triplet: 8C, 58 and 5A. RGB value is (140,88,90). Sum of RGB (Red+Green+Blue) = 140+88+90=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C585A is #73A7A5. Grayscale: #676767. Windows color (decimal): -7579558 or 5920908. OLE color: 5920908.

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

Color convert

RGB1408890-
CMYK00.370.360.45
HSL357.69º22.81%44.71%-
HSV(B)357.69º37.14%54.9%-
XYZ16.1513.2911.39-
YUV103.78120.23153.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=44.03%
G=27.67%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140889000.370.360.45357.6922.8144.71
Hex8C585A025242D166172d
Octal21413013204544555462755
Binary1000110010110001011010010010110010010110110110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,90); }

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

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

 a { background-color: rgb(140,88,90); }

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

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

 span { border-color: rgb(140,88,90); }

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