#8E5663

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

Shades of Cannon Pink #8E5663

Tints of Cannon Pink #8E5663

Color information

#8E5663 (or 0x8E5663) is unknown color: approx Cannon Pink. HEX triplet: 8E, 56 and 63. RGB value is (142,86,99). Sum of RGB (Red+Green+Blue) = 142+86+99=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5663 is #71A99C. Grayscale: #686868. Windows color (decimal): -7448989 or 6510222. OLE color: 6510222.

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

Color convert

RGB1428699-
CMYK00.390.300.44
HSL346.07º24.56%44.71%-
HSV(B)346.07º39.44%55.69%-
XYZ16.7413.3113.49-
YUV104.23125.05154.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=43.43%
G=26.30%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142869900.390.300.44346.0724.5644.71
Hex8E56630271E2C15a192d
Octal21612614304736545323155
Binary100011101010110110001101001111111010110010101101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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