#8C5456

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

Shades of Solid Pink #8C5456

Tints of Solid Pink #8C5456

Color information

#8C5456 (or 0x8C5456) is unknown color: approx Solid Pink. HEX triplet: 8C, 54 and 56. RGB value is (140,84,86). Sum of RGB (Red+Green+Blue) = 140+84+86=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5456 is #73ABA9. Grayscale: #656565. Windows color (decimal): -7580586 or 5657740. OLE color: 5657740.

HSL color Cylindrical-coordinate representation of color #8C5456: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5456 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1408486-
CMYK00.40.390.45
HSL357.86º25%43.92%-
HSV(B)357.86º40%54.9%-
XYZ15.6712.5910.41-
YUV100.97119.55155.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=45.16%
G=27.10%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140848600.40.390.45357.862543.92
Hex8C5456028272D166192c
Octal21412412605047555463154
Binary1000110010101001010110010100010011110110110110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,86); }

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

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

 a { background-color: rgb(140,84,86); }

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

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

 span { border-color: rgb(140,84,86); }

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