#8D5564

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

Shades of Cannon Pink #8D5564

Tints of Cannon Pink #8D5564

Color information

#8D5564 (or 0x8D5564) is unknown color: approx Cannon Pink. HEX triplet: 8D, 55 and 64. RGB value is (141,85,100). Sum of RGB (Red+Green+Blue) = 141+85+100=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5564 is #72AA9B. Grayscale: #676767. Windows color (decimal): -7514780 or 6575501. OLE color: 6575501.

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

Color convert

RGB14185100-
CMYK00.400.290.45
HSL343.93º24.78%44.31%-
HSV(B)343.93º39.72%55.29%-
XYZ16.5313.0813.71-
YUV103.45126.05154.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=43.25%
G=26.07%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418510000.400.290.45343.9324.7844.31
Hex8D55640281D2D158192c
Octal21512514405035555303154
Binary100011011010101110010001010001110110110110101100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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