#8E5164

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

Shades of Cannon Pink #8E5164

Tints of Cannon Pink #8E5164

Color information

#8E5164 (or 0x8E5164) is unknown color: approx Cannon Pink. HEX triplet: 8E, 51 and 64. RGB value is (142,81,100). Sum of RGB (Red+Green+Blue) = 142+81+100=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5164 is #71AE9B. Grayscale: #656565. Windows color (decimal): -7450268 or 6574478. OLE color: 6574478.

HSL color Cylindrical-coordinate representation of color #8E5164: hue angle of 341.31º 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 #8E5164 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14281100-
CMYK00.430.300.44
HSL341.31º27.35%43.73%-
HSV(B)341.31º42.96%55.69%-
XYZ16.412.5613.62-
YUV101.4127.21156.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=43.96%
G=25.08%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428110000.430.300.44341.3127.3543.73
Hex8E516402B1E2C1551b2c
Octal21612114405336545253354
Binary100011101010001110010001010111111010110010101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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