#8C4453

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

Shades of Solid Pink #8C4453

Tints of Solid Pink #8C4453

Color information

#8C4453 (or 0x8C4453) is unknown color: approx Solid Pink. HEX triplet: 8C, 44 and 53. RGB value is (140,68,83). Sum of RGB (Red+Green+Blue) = 140+68+83=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4453 is #73BBAC. Grayscale: #5B5B5B. Windows color (decimal): -7584685 or 5457036. OLE color: 5457036.

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

Color convert

RGB1406883-
CMYK00.510.410.45
HSL347.5º34.62%40.78%-
HSV(B)347.5º51.43%54.9%-
XYZ14.4410.339.42-
YUV91.24123.35162.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=48.11%
G=23.37%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140688300.510.410.45347.534.6240.78
Hex8C4453033292D15c2329
Octal21410412306351555344351
Binary10001100100010010100110110011101001101101101011100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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