#8C4A51

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

Shades of Solid Pink #8C4A51

Tints of Solid Pink #8C4A51

Color information

#8C4A51 (or 0x8C4A51) is unknown color: approx Solid Pink. HEX triplet: 8C, 4A and 51. RGB value is (140,74,81). Sum of RGB (Red+Green+Blue) = 140+74+81=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A51 is #73B5AE. Grayscale: #5E5E5E. Windows color (decimal): -7583151 or 5327500. OLE color: 5327500.

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

Color convert

RGB1407481-
CMYK00.470.420.45
HSL353.64º30.84%41.96%-
HSV(B)353.64º47.14%54.9%-
XYZ14.7511.079.14-
YUV94.53120.37160.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=47.46%
G=25.08%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140748100.470.420.45353.6430.8441.96
Hex8C4A5102F2A2D1621f2a
Octal21411212105752555423752
Binary1000110010010101010001010111110101010110110110001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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