#8D4569

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

Shades of Cannon Pink #8D4569

Tints of Cannon Pink #8D4569

Color information

#8D4569 (or 0x8D4569) is unknown color: approx Cannon Pink. HEX triplet: 8D, 45 and 69. RGB value is (141,69,105). Sum of RGB (Red+Green+Blue) = 141+69+105=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4569 is #72BA96. Grayscale: #5E5E5E. Windows color (decimal): -7518871 or 6899085. OLE color: 6899085.

HSL color Cylindrical-coordinate representation of color #8D4569: hue angle of 330º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4569 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14169105-
CMYK00.510.260.45
HSL330º34.29%41.18%-
HSV(B)330º51.06%55.29%-
XYZ15.6610.9414.65-
YUV94.63133.85161.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=44.76%
G=21.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416910500.510.260.4533034.2941.18
Hex8D45690331A2D14a2229
Octal21510515106332555124251
Binary1000110110001011101001011001111010101101101001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,105); }

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

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

 a { background-color: rgb(141,69,105); }

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

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

 span { border-color: rgb(141,69,105); }

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