#8E5568

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

Shades of Cannon Pink #8E5568

Tints of Cannon Pink #8E5568

Color information

#8E5568 (or 0x8E5568) is unknown color: approx Cannon Pink. HEX triplet: 8E, 55 and 68. RGB value is (142,85,104). Sum of RGB (Red+Green+Blue) = 142+85+104=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5568 is #71AA97. Grayscale: #686868. Windows color (decimal): -7449240 or 6837646. OLE color: 6837646.

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

Color convert

RGB14285104-
CMYK00.400.270.44
HSL340º25.11%44.51%-
HSV(B)340º40.14%55.69%-
XYZ16.913.2514.76-
YUV104.21127.88154.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=42.90%
G=25.68%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428510400.400.270.4434025.1144.51
Hex8E55680281B2C154192d
Octal21612515005033545243155
Binary100011101010101110100001010001101110110010101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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