#8C474F

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

Shades of Solid Pink #8C474F

Tints of Solid Pink #8C474F

Color information

#8C474F (or 0x8C474F) is unknown color: approx Solid Pink. HEX triplet: 8C, 47 and 4F. RGB value is (140,71,79). Sum of RGB (Red+Green+Blue) = 140+71+79=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C474F is #73B8B0. Grayscale: #5C5C5C. Windows color (decimal): -7583921 or 5195660. OLE color: 5195660.

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

Color convert

RGB1407179-
CMYK00.490.440.45
HSL353.04º32.7%41.37%-
HSV(B)353.04º49.29%54.9%-
XYZ14.4810.658.69-
YUV92.54120.36161.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=48.28%
G=24.48%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140717900.490.440.45353.0432.741.37
Hex8C474F0312C2D1612129
Octal21410711706154555414151
Binary10001100100011110011110110001101100101101101100001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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