#8C4446

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

Shades of Solid Pink #8C4446

Tints of Solid Pink #8C4446

Color information

#8C4446 (or 0x8C4446) is unknown color: approx Solid Pink. HEX triplet: 8C, 44 and 46. RGB value is (140,68,70). Sum of RGB (Red+Green+Blue) = 140+68+70=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4446 is #73BBB9. Grayscale: #595959. Windows color (decimal): -7584698 or 4605068. OLE color: 4605068.

HSL color Cylindrical-coordinate representation of color #8C4446: hue angle of 358.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4446 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1406870-
CMYK00.510.500.45
HSL358.33º34.62%40.78%-
HSV(B)358.33º51.43%54.9%-
XYZ13.9910.157.02-
YUV89.76116.85163.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.36%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=50.36%
G=24.46%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140687000.510.500.45358.3334.6240.78
Hex8C4446033322D1662329
Octal21410410606362555464351
Binary10001100100010010001100110011110010101101101100110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,68,70); }

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

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

 a { background-color: rgb(140,68,70); }

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

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

 span { border-color: rgb(140,68,70); }

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