#8F4D5E

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

Shades of Cannon Pink #8F4D5E

Tints of Cannon Pink #8F4D5E

Color information

#8F4D5E (or 0x8F4D5E) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4D and 5E. RGB value is (143,77,94). Sum of RGB (Red+Green+Blue) = 143+77+94=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D5E is #70B2A1. Grayscale: #626262. Windows color (decimal): -7385762 or 6180239. OLE color: 6180239.

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

Color convert

RGB1437794-
CMYK00.460.340.44
HSL344.55º30%43.14%-
HSV(B)344.55º46.15%56.08%-
XYZ1611.9612.05-
YUV98.67125.37159.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.54%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=45.54%
G=24.52%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143779400.460.340.44344.553043.14
Hex8F4D5E02E222C1591e2b
Octal21711513605642545313653
Binary1000111110011011011110010111010001010110010101100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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