#8E5160

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

Shades of Cannon Pink #8E5160

Tints of Cannon Pink #8E5160

Color information

#8E5160 (or 0x8E5160) is unknown color: approx Cannon Pink. HEX triplet: 8E, 51 and 60. RGB value is (142,81,96). Sum of RGB (Red+Green+Blue) = 142+81+96=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5160 is #71AE9F. Grayscale: #646464. Windows color (decimal): -7450272 or 6312334. OLE color: 6312334.

HSL color Cylindrical-coordinate representation of color #8E5160: hue angle of 345.25º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5160 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1428196-
CMYK00.430.320.44
HSL345.25º27.35%43.73%-
HSV(B)345.25º42.96%55.69%-
XYZ16.2112.4812.62-
YUV100.95125.21157.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=44.51%
G=25.39%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142819600.430.320.44345.2527.3543.73
Hex8E516002B202C1591b2c
Octal21612114005340545313354
Binary1000111010100011100000010101110000010110010101100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,96); }

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

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

 a { background-color: rgb(142,81,96); }

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

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

 span { border-color: rgb(142,81,96); }

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