#8C424C

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

Shades of Solid Pink #8C424C

Tints of Solid Pink #8C424C

Color information

#8C424C (or 0x8C424C) is unknown color: approx Solid Pink. HEX triplet: 8C, 42 and 4C. RGB value is (140,66,76). Sum of RGB (Red+Green+Blue) = 140+66+76=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C424C is #73BDB3. Grayscale: #595959. Windows color (decimal): -7585204 or 4997772. OLE color: 4997772.

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

Color convert

RGB1406676-
CMYK00.530.460.45
HSL351.89º35.92%40.39%-
HSV(B)351.89º52.86%54.9%-
XYZ14.079.998.02-
YUV89.27120.52164.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.65%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=49.65%
G=23.40%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140667600.530.460.45351.8935.9240.39
Hex8C424C0352E2D1602428
Octal21410211406556555404450
Binary10001100100001010011000110101101110101101101100000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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