#8F4D65

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

Shades of Cannon Pink #8F4D65

Tints of Cannon Pink #8F4D65

Color information

#8F4D65 (or 0x8F4D65) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4D and 65. RGB value is (143,77,101). Sum of RGB (Red+Green+Blue) = 143+77+101=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D65 is #70B29A. Grayscale: #636363. Windows color (decimal): -7385755 or 6638991. OLE color: 6638991.

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

Color convert

RGB14377101-
CMYK00.460.290.44
HSL338.18º30%43.14%-
HSV(B)338.18º46.15%56.08%-
XYZ16.3312.0913.78-
YUV99.47128.87159.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=44.55%
G=23.99%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437710100.460.290.44338.183043.14
Hex8F4D6502E1D2C1521e2b
Octal21711514505635545223653
Binary100011111001101110010101011101110110110010101001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,77,101); }

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

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

 a { background-color: rgb(143,77,101); }

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

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

 span { border-color: rgb(143,77,101); }

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