#8C454D

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

Shades of Solid Pink #8C454D

Tints of Solid Pink #8C454D

Color information

#8C454D (or 0x8C454D) is unknown color: approx Solid Pink. HEX triplet: 8C, 45 and 4D. RGB value is (140,69,77). Sum of RGB (Red+Green+Blue) = 140+69+77=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C454D is #73BAB2. Grayscale: #5B5B5B. Windows color (decimal): -7584435 or 5064076. OLE color: 5064076.

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

Color convert

RGB1406977-
CMYK00.510.450.45
HSL353.24º33.97%40.98%-
HSV(B)353.24º50.71%54.9%-
XYZ14.2810.378.27-
YUV91.14120.02162.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=48.95%
G=24.13%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140697700.510.450.45353.2433.9740.98
Hex8C454D0332D2D1612229
Octal21410511506355555414251
Binary10001100100010110011010110011101101101101101100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,77); }

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

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

 a { background-color: rgb(140,69,77); }

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

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

 span { border-color: rgb(140,69,77); }

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