#8C424A

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

Shades of Solid Pink #8C424A

Tints of Solid Pink #8C424A

Color information

#8C424A (or 0x8C424A) is unknown color: approx Solid Pink. HEX triplet: 8C, 42 and 4A. RGB value is (140,66,74). Sum of RGB (Red+Green+Blue) = 140+66+74=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C424A is #73BDB5. Grayscale: #595959. Windows color (decimal): -7585206 or 4866700. OLE color: 4866700.

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

Color convert

RGB1406674-
CMYK00.530.470.45
HSL353.51º35.92%40.39%-
HSV(B)353.51º52.86%54.9%-
XYZ149.977.66-
YUV89.04119.52164.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=50%
G=23.57%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140667400.530.470.45353.5135.9240.39
Hex8C424A0352F2D1622428
Octal21410211206557555424450
Binary10001100100001010010100110101101111101101101100010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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