#8D5563

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

Shades of Cannon Pink #8D5563

Tints of Cannon Pink #8D5563

Color information

#8D5563 (or 0x8D5563) is unknown color: approx Cannon Pink. HEX triplet: 8D, 55 and 63. RGB value is (141,85,99). Sum of RGB (Red+Green+Blue) = 141+85+99=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5563 is #72AA9C. Grayscale: #676767. Windows color (decimal): -7514781 or 6509965. OLE color: 6509965.

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

Color convert

RGB1418599-
CMYK00.400.300.45
HSL345º24.78%44.31%-
HSV(B)345º39.72%55.29%-
XYZ16.4913.0613.46-
YUV103.34125.55154.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=43.38%
G=26.15%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141859900.400.300.4534524.7844.31
Hex8D55630281E2D159192c
Octal21512514305036555313154
Binary100011011010101110001101010001111010110110101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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