#8C474C

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

Shades of Solid Pink #8C474C

Tints of Solid Pink #8C474C

Color information

#8C474C (or 0x8C474C) is unknown color: approx Solid Pink. HEX triplet: 8C, 47 and 4C. RGB value is (140,71,76). Sum of RGB (Red+Green+Blue) = 140+71+76=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C474C is #73B8B3. Grayscale: #5C5C5C. Windows color (decimal): -7583924 or 4999052. OLE color: 4999052.

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

Color convert

RGB1407176-
CMYK00.490.460.45
HSL355.65º32.7%41.37%-
HSV(B)355.65º49.29%54.9%-
XYZ14.3710.68.13-
YUV92.2118.86162.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=48.78%
G=24.74%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140717600.490.460.45355.6532.741.37
Hex8C474C0312E2D1642129
Octal21410711406156555444151
Binary10001100100011110011000110001101110101101101100100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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