#8E4960

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

Shades of Cannon Pink #8E4960

Tints of Cannon Pink #8E4960

Color information

#8E4960 (or 0x8E4960) is unknown color: approx Cannon Pink. HEX triplet: 8E, 49 and 60. RGB value is (142,73,96). Sum of RGB (Red+Green+Blue) = 142+73+96=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4960 is #71B69F. Grayscale: #606060. Windows color (decimal): -7452320 or 6310286. OLE color: 6310286.

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

Color convert

RGB1427396-
CMYK00.490.320.44
HSL340º32.09%42.16%-
HSV(B)340º48.59%55.69%-
XYZ15.6511.3612.43-
YUV96.25127.86160.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=45.66%
G=23.47%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142739600.490.320.4434032.0942.16
Hex8E4960031202C154202a
Octal21611114006140545244052
Binary10001110100100111000000110001100000101100101010100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,96); }

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

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

 a { background-color: rgb(142,73,96); }

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

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

 span { border-color: rgb(142,73,96); }

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