#8F4E63

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

Shades of Cannon Pink #8F4E63

Tints of Cannon Pink #8F4E63

Color information

#8F4E63 (or 0x8F4E63) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4E and 63. RGB value is (143,78,99). Sum of RGB (Red+Green+Blue) = 143+78+99=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4E63 is #70B19C. Grayscale: #636363. Windows color (decimal): -7385501 or 6508175. OLE color: 6508175.

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

Color convert

RGB1437899-
CMYK00.450.310.44
HSL340.62º29.41%43.33%-
HSV(B)340.62º45.45%56.08%-
XYZ16.312.1913.3-
YUV99.83127.53158.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=44.69%
G=24.38%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143789900.450.310.44340.6229.4143.33
Hex8F4E6302D1F2C1551d2b
Octal21711614305537545253553
Binary100011111001110110001101011011111110110010101010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,78,99); }

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

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

 a { background-color: rgb(143,78,99); }

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

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

 span { border-color: rgb(143,78,99); }

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