#8C4953

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

Shades of Solid Pink #8C4953

Tints of Solid Pink #8C4953

Color information

#8C4953 (or 0x8C4953) is unknown color: approx Solid Pink. HEX triplet: 8C, 49 and 53. RGB value is (140,73,83). Sum of RGB (Red+Green+Blue) = 140+73+83=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4953 is #73B6AC. Grayscale: #5E5E5E. Windows color (decimal): -7583405 or 5458316. OLE color: 5458316.

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

Color convert

RGB1407383-
CMYK00.480.410.45
HSL351.04º31.46%41.76%-
HSV(B)351.04º47.86%54.9%-
XYZ14.7610.979.52-
YUV94.17121.7160.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=47.30%
G=24.66%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140738300.480.410.45351.0431.4641.76
Hex8C4953030292D15f1f2a
Octal21411112306051555373752
Binary1000110010010011010011011000010100110110110101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,83); }

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

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

 a { background-color: rgb(140,73,83); }

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

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

 span { border-color: rgb(140,73,83); }

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