#8E5563

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

Shades of Cannon Pink #8E5563

Tints of Cannon Pink #8E5563

Color information

#8E5563 (or 0x8E5563) is unknown color: approx Cannon Pink. HEX triplet: 8E, 55 and 63. RGB value is (142,85,99). Sum of RGB (Red+Green+Blue) = 142+85+99=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5563 is #71AA9C. Grayscale: #676767. Windows color (decimal): -7449245 or 6509966. OLE color: 6509966.

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

Color convert

RGB1428599-
CMYK00.400.300.44
HSL345.26º25.11%44.51%-
HSV(B)345.26º40.14%55.69%-
XYZ16.6613.1513.46-
YUV103.64125.38155.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=43.56%
G=26.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142859900.400.300.44345.2625.1144.51
Hex8E55630281E2C159192d
Octal21612514305036545313155
Binary100011101010101110001101010001111010110010101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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