#8C4E51

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

Shades of Solid Pink #8C4E51

Tints of Solid Pink #8C4E51

Color information

#8C4E51 (or 0x8C4E51) is unknown color: approx Solid Pink. HEX triplet: 8C, 4E and 51. RGB value is (140,78,81). Sum of RGB (Red+Green+Blue) = 140+78+81=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4E51 is #73B1AE. Grayscale: #606060. Windows color (decimal): -7582127 or 5328524. OLE color: 5328524.

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

Color convert

RGB1407881-
CMYK00.440.420.45
HSL357.1º28.44%42.75%-
HSV(B)357.1º44.29%54.9%-
XYZ15.0211.629.24-
YUV96.88119.04158.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=46.82%
G=26.09%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140788100.440.420.45357.128.4442.75
Hex8C4E5102C2A2D1651c2b
Octal21411612105452555453453
Binary1000110010011101010001010110010101010110110110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,81); }

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

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

 a { background-color: rgb(140,78,81); }

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

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

 span { border-color: rgb(140,78,81); }

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