#8E5766

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

Shades of Cannon Pink #8E5766

Tints of Cannon Pink #8E5766

Color information

#8E5766 (or 0x8E5766) is unknown color: approx Cannon Pink. HEX triplet: 8E, 57 and 66. RGB value is (142,87,102). Sum of RGB (Red+Green+Blue) = 142+87+102=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5766 is #71A899. Grayscale: #696969. Windows color (decimal): -7448730 or 6707086. OLE color: 6707086.

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

Color convert

RGB14287102-
CMYK00.390.280.44
HSL343.64º24.02%44.9%-
HSV(B)343.64º38.73%55.69%-
XYZ16.9613.5314.29-
YUV105.15126.22154.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=42.90%
G=26.28%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428710200.390.280.44343.6424.0244.9
Hex8E57660271C2C158182d
Octal21612714604734545303055
Binary100011101010111110011001001111110010110010101100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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