#8D556D

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

Shades of Cannon Pink #8D556D

Tints of Cannon Pink #8D556D

Color information

#8D556D (or 0x8D556D) is unknown color: approx Cannon Pink. HEX triplet: 8D, 55 and 6D. RGB value is (141,85,109). Sum of RGB (Red+Green+Blue) = 141+85+109=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D556D is #72AA92. Grayscale: #686868. Windows color (decimal): -7514771 or 7165325. OLE color: 7165325.

HSL color Cylindrical-coordinate representation of color #8D556D: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D556D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14185109-
CMYK00.400.230.45
HSL334.29º24.78%44.31%-
HSV(B)334.29º39.72%55.29%-
XYZ16.9913.2616.13-
YUV104.48130.55154.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=42.09%
G=25.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418510900.400.230.45334.2924.7844.31
Hex8D556D028172D14e192c
Octal21512515505027555163154
Binary100011011010101110110101010001011110110110100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,109); }

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

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

 a { background-color: rgb(141,85,109); }

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

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

 span { border-color: rgb(141,85,109); }

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