#8C4854

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

Shades of Solid Pink #8C4854

Tints of Solid Pink #8C4854

Color information

#8C4854 (or 0x8C4854) is unknown color: approx Solid Pink. HEX triplet: 8C, 48 and 54. RGB value is (140,72,84). Sum of RGB (Red+Green+Blue) = 140+72+84=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4854 is #73B7AB. Grayscale: #5D5D5D. Windows color (decimal): -7583660 or 5523596. OLE color: 5523596.

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

Color convert

RGB1407284-
CMYK00.490.40.45
HSL349.41º32.08%41.57%-
HSV(B)349.41º48.57%54.9%-
XYZ14.7310.859.71-
YUV93.7122.53161.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=47.30%
G=24.32%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140728400.490.40.45349.4132.0841.57
Hex8C4854031282D15d202a
Octal21411012406150555354052
Binary10001100100100010101000110001101000101101101011101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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