#8E4F64

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

Shades of Cannon Pink #8E4F64

Tints of Cannon Pink #8E4F64

Color information

#8E4F64 (or 0x8E4F64) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4F and 64. RGB value is (142,79,100). Sum of RGB (Red+Green+Blue) = 142+79+100=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F64 is #71B09B. Grayscale: #646464. Windows color (decimal): -7450780 or 6573966. OLE color: 6573966.

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

Color convert

RGB14279100-
CMYK00.440.300.44
HSL340º28.51%43.33%-
HSV(B)340º44.37%55.69%-
XYZ16.2512.2613.57-
YUV100.23127.87157.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=44.24%
G=24.61%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427910000.440.300.4434028.5143.33
Hex8E4F6402C1E2C1541d2b
Octal21611714405436545243553
Binary100011101001111110010001011001111010110010101010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,79,100); }

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

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

 a { background-color: rgb(142,79,100); }

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

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

 span { border-color: rgb(142,79,100); }

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