#8E5768

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

Shades of Cannon Pink #8E5768

Tints of Cannon Pink #8E5768

Color information

#8E5768 (or 0x8E5768) is unknown color: approx Cannon Pink. HEX triplet: 8E, 57 and 68. RGB value is (142,87,104). Sum of RGB (Red+Green+Blue) = 142+87+104=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5768 is #71A897. Grayscale: #696969. Windows color (decimal): -7448728 or 6838158. OLE color: 6838158.

HSL color Cylindrical-coordinate representation of color #8E5768: hue angle of 341.45º degrees, saturation: 0.24, 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 #8E5768 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14287104-
CMYK00.390.270.44
HSL341.45º24.02%44.9%-
HSV(B)341.45º38.73%55.69%-
XYZ17.0613.5714.82-
YUV105.38127.22154.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=42.64%
G=26.13%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428710400.390.270.44341.4524.0244.9
Hex8E57680271B2C155182d
Octal21612715004733545253055
Binary100011101010111110100001001111101110110010101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,104); }

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

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

 a { background-color: rgb(142,87,104); }

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

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

 span { border-color: rgb(142,87,104); }

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