#8E546D

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

Shades of Cannon Pink #8E546D

Tints of Cannon Pink #8E546D

Color information

#8E546D (or 0x8E546D) is unknown color: approx Cannon Pink. HEX triplet: 8E, 54 and 6D. RGB value is (142,84,109). Sum of RGB (Red+Green+Blue) = 142+84+109=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E546D is #71AB92. Grayscale: #686868. Windows color (decimal): -7449491 or 7165070. OLE color: 7165070.

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

Color convert

RGB14284109-
CMYK00.410.230.44
HSL334.14º25.66%44.31%-
HSV(B)334.14º40.85%55.69%-
XYZ17.0913.216.11-
YUV104.19130.72154.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=42.39%
G=25.07%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428410900.410.230.44334.1425.6644.31
Hex8E546D029172C14e1a2c
Octal21612415505127545163254
Binary100011101010100110110101010011011110110010100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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