#8D5561

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

Shades of Cannon Pink #8D5561

Tints of Cannon Pink #8D5561

Color information

#8D5561 (or 0x8D5561) is unknown color: approx Cannon Pink. HEX triplet: 8D, 55 and 61. RGB value is (141,85,97). Sum of RGB (Red+Green+Blue) = 141+85+97=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5561 is #72AA9E. Grayscale: #676767. Windows color (decimal): -7514783 or 6378893. OLE color: 6378893.

HSL color Cylindrical-coordinate representation of color #8D5561: hue angle of 347.14º 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 #8D5561 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1418597-
CMYK00.400.310.45
HSL347.14º24.78%44.31%-
HSV(B)347.14º39.72%55.29%-
XYZ16.3913.0212.96-
YUV103.11124.55155.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=43.65%
G=26.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141859700.400.310.45347.1424.7844.31
Hex8D55610281F2D15b192c
Octal21512514105037555333154
Binary100011011010101110000101010001111110110110101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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