#8D5671

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

Shades of Cannon Pink #8D5671

Tints of Cannon Pink #8D5671

Color information

#8D5671 (or 0x8D5671) is unknown color: approx Cannon Pink. HEX triplet: 8D, 56 and 71. RGB value is (141,86,113). Sum of RGB (Red+Green+Blue) = 141+86+113=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5671 is #72A98E. Grayscale: #696969. Windows color (decimal): -7514511 or 7427725. OLE color: 7427725.

HSL color Cylindrical-coordinate representation of color #8D5671: hue angle of 330.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5671 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14186113-
CMYK00.390.200.45
HSL330.55º24.23%44.51%-
HSV(B)330.55º39.01%55.29%-
XYZ17.2913.5117.32-
YUV105.52132.22153.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=41.47%
G=25.29%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418611300.390.200.45330.5524.2344.51
Hex8D5671027142D14b182d
Octal21512616104724555133055
Binary100011011010110111000101001111010010110110100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,113); }

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

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

 a { background-color: rgb(141,86,113); }

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

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

 span { border-color: rgb(141,86,113); }

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