#8C4D55

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

Shades of Solid Pink #8C4D55

Tints of Solid Pink #8C4D55

Color information

#8C4D55 (or 0x8C4D55) is unknown color: approx Solid Pink. HEX triplet: 8C, 4D and 55. RGB value is (140,77,85). Sum of RGB (Red+Green+Blue) = 140+77+85=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4D55 is #73B2AA. Grayscale: #606060. Windows color (decimal): -7582379 or 5590412. OLE color: 5590412.

HSL color Cylindrical-coordinate representation of color #8C4D55: hue angle of 352.38º 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 #8C4D55 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1407785-
CMYK00.450.390.45
HSL352.38º29.03%42.55%-
HSV(B)352.38º45%54.9%-
XYZ15.1111.5410.03-
YUV96.75121.37158.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=46.36%
G=25.50%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140778500.450.390.45352.3829.0342.55
Hex8C4D5502D272D1601d2b
Octal21411512505547555403553
Binary1000110010011011010101010110110011110110110110000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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