#8E5463

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

Shades of Cannon Pink #8E5463

Tints of Cannon Pink #8E5463

Color information

#8E5463 (or 0x8E5463) is unknown color: approx Cannon Pink. HEX triplet: 8E, 54 and 63. RGB value is (142,84,99). Sum of RGB (Red+Green+Blue) = 142+84+99=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5463 is #71AB9C. Grayscale: #676767. Windows color (decimal): -7449501 or 6509710. OLE color: 6509710.

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

Color convert

RGB1428499-
CMYK00.410.300.44
HSL344.48º25.66%44.31%-
HSV(B)344.48º40.85%55.69%-
XYZ16.5812.9913.44-
YUV103.05125.72155.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=43.69%
G=25.85%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142849900.410.300.44344.4825.6644.31
Hex8E54630291E2C1581a2c
Octal21612414305136545303254
Binary100011101010100110001101010011111010110010101100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,99); }

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

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

 a { background-color: rgb(142,84,99); }

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

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

 span { border-color: rgb(142,84,99); }

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