#8C4748

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

Shades of Solid Pink #8C4748

Tints of Solid Pink #8C4748

Color information

#8C4748 (or 0x8C4748) is unknown color: approx Solid Pink. HEX triplet: 8C, 47 and 48. RGB value is (140,71,72). Sum of RGB (Red+Green+Blue) = 140+71+72=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4748 is #73B8B7. Grayscale: #5B5B5B. Windows color (decimal): -7583928 or 4736908. OLE color: 4736908.

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

Color convert

RGB1407172-
CMYK00.490.490.45
HSL359.13º32.7%41.37%-
HSV(B)359.13º49.29%54.9%-
XYZ14.2410.557.42-
YUV91.74116.86162.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=49.47%
G=25.09%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140717200.490.490.45359.1332.741.37
Hex8C4748031312D1672129
Octal21410711006161555474151
Binary10001100100011110010000110001110001101101101100111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,72); }

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

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

 a { background-color: rgb(140,71,72); }

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

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

 span { border-color: rgb(140,71,72); }

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