#8E5669

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

Shades of Cannon Pink #8E5669

Tints of Cannon Pink #8E5669

Color information

#8E5669 (or 0x8E5669) is unknown color: approx Cannon Pink. HEX triplet: 8E, 56 and 69. RGB value is (142,86,105). Sum of RGB (Red+Green+Blue) = 142+86+105=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5669 is #71A996. Grayscale: #686868. Windows color (decimal): -7448983 or 6903438. OLE color: 6903438.

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

Color convert

RGB14286105-
CMYK00.390.260.44
HSL339.64º24.56%44.71%-
HSV(B)339.64º39.44%55.69%-
XYZ17.0313.4315.06-
YUV104.91128.05154.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=42.64%
G=25.83%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428610500.390.260.44339.6424.5644.71
Hex8E56690271A2C154192d
Octal21612615104732545243155
Binary100011101010110110100101001111101010110010101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,105); }

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

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

 a { background-color: rgb(142,86,105); }

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

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

 span { border-color: rgb(142,86,105); }

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