#8C484A

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

Shades of Solid Pink #8C484A

Tints of Solid Pink #8C484A

Color information

#8C484A (or 0x8C484A) is unknown color: approx Solid Pink. HEX triplet: 8C, 48 and 4A. RGB value is (140,72,74). Sum of RGB (Red+Green+Blue) = 140+72+74=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C484A is #73B7B5. Grayscale: #5C5C5C. Windows color (decimal): -7583670 or 4868236. OLE color: 4868236.

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

Color convert

RGB1407274-
CMYK00.490.470.45
HSL358.24º32.08%41.57%-
HSV(B)358.24º48.57%54.9%-
XYZ14.3710.77.79-
YUV92.56117.53161.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=48.95%
G=25.17%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140727400.490.470.45358.2432.0841.57
Hex8C484A0312F2D166202a
Octal21411011206157555464052
Binary10001100100100010010100110001101111101101101100110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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