#8E4F67

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

Shades of Cannon Pink #8E4F67

Tints of Cannon Pink #8E4F67

Color information

#8E4F67 (or 0x8E4F67) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4F and 67. RGB value is (142,79,103). Sum of RGB (Red+Green+Blue) = 142+79+103=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F67 is #71B098. Grayscale: #646464. Windows color (decimal): -7450777 or 6770574. OLE color: 6770574.

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

Color convert

RGB14279103-
CMYK00.440.270.44
HSL337.14º28.51%43.33%-
HSV(B)337.14º44.37%55.69%-
XYZ16.412.3214.35-
YUV100.57129.37157.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=43.83%
G=24.38%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427910300.440.270.44337.1428.5143.33
Hex8E4F6702C1B2C1511d2b
Octal21611714705433545213553
Binary100011101001111110011101011001101110110010101000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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