#8E5966

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

Shades of Cannon Pink #8E5966

Tints of Cannon Pink #8E5966

Color information

#8E5966 (or 0x8E5966) is unknown color: approx Cannon Pink. HEX triplet: 8E, 59 and 66. RGB value is (142,89,102). Sum of RGB (Red+Green+Blue) = 142+89+102=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5966 is #71A699. Grayscale: #6A6A6A. Windows color (decimal): -7448218 or 6707598. OLE color: 6707598.

HSL color Cylindrical-coordinate representation of color #8E5966: hue angle of 345.28º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5966 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14289102-
CMYK00.370.280.44
HSL345.28º22.94%45.29%-
HSV(B)345.28º37.32%55.69%-
XYZ17.1313.8514.34-
YUV106.33125.56153.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=42.64%
G=26.73%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910200.370.280.44345.2822.9445.29
Hex8E59660251C2C159172d
Octal21613114604534545312755
Binary100011101011001110011001001011110010110010101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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