#8E5465

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

Shades of Cannon Pink #8E5465

Tints of Cannon Pink #8E5465

Color information

#8E5465 (or 0x8E5465) is unknown color: approx Cannon Pink. HEX triplet: 8E, 54 and 65. RGB value is (142,84,101). Sum of RGB (Red+Green+Blue) = 142+84+101=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5465 is #71AB9A. Grayscale: #676767. Windows color (decimal): -7449499 or 6640782. OLE color: 6640782.

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

Color convert

RGB14284101-
CMYK00.410.290.44
HSL342.41º25.66%44.31%-
HSV(B)342.41º40.85%55.69%-
XYZ16.6713.0313.95-
YUV103.28126.72155.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=43.43%
G=25.69%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428410100.410.290.44342.4125.6644.31
Hex8E54650291D2C1561a2c
Octal21612414505135545263254
Binary100011101010100110010101010011110110110010101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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