#8C4754

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

Shades of Solid Pink #8C4754

Tints of Solid Pink #8C4754

Color information

#8C4754 (or 0x8C4754) is unknown color: approx Solid Pink. HEX triplet: 8C, 47 and 54. RGB value is (140,71,84). Sum of RGB (Red+Green+Blue) = 140+71+84=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4754 is #73B8AB. Grayscale: #5D5D5D. Windows color (decimal): -7583916 or 5523340. OLE color: 5523340.

HSL color Cylindrical-coordinate representation of color #8C4754: hue angle of 348.7º 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 #8C4754 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB1407184-
CMYK00.490.40.45
HSL348.7º32.7%41.37%-
HSV(B)348.7º49.29%54.9%-
XYZ14.6710.729.68-
YUV93.11122.86161.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=47.46%
G=24.07%
B=28.47%

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
Decimal140718400.490.40.45348.732.741.37
Hex8C4754031282D15d2129
Octal21410712406150555354151
Binary10001100100011110101000110001101000101101101011101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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