#8C454B

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

Shades of Solid Pink #8C454B

Tints of Solid Pink #8C454B

Color information

#8C454B (or 0x8C454B) is unknown color: approx Solid Pink. HEX triplet: 8C, 45 and 4B. RGB value is (140,69,75). Sum of RGB (Red+Green+Blue) = 140+69+75=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C454B is #73BAB4. Grayscale: #5A5A5A. Windows color (decimal): -7584437 or 4933004. OLE color: 4933004.

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

Color convert

RGB1406975-
CMYK00.510.460.45
HSL354.93º33.97%40.98%-
HSV(B)354.93º50.71%54.9%-
XYZ14.2110.347.9-
YUV90.91119.02163.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.30%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=49.30%
G=24.30%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140697500.510.460.45354.9333.9740.98
Hex8C454B0332E2D1632229
Octal21410511306356555434251
Binary10001100100010110010110110011101110101101101100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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