#8E566D

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

Shades of Cannon Pink #8E566D

Tints of Cannon Pink #8E566D

Color information

#8E566D (or 0x8E566D) is unknown color: approx Cannon Pink. HEX triplet: 8E, 56 and 6D. RGB value is (142,86,109). Sum of RGB (Red+Green+Blue) = 142+86+109=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E566D is #71A992. Grayscale: #696969. Windows color (decimal): -7448979 or 7165582. OLE color: 7165582.

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

Color convert

RGB14286109-
CMYK00.390.230.44
HSL335.36º24.56%44.71%-
HSV(B)335.36º39.44%55.69%-
XYZ17.2413.5116.17-
YUV105.37130.05154.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=42.14%
G=25.52%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428610900.390.230.44335.3624.5644.71
Hex8E566D027172C14f192d
Octal21612615504727545173155
Binary100011101010110110110101001111011110110010100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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