#8D4566

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

Shades of Cannon Pink #8D4566

Tints of Cannon Pink #8D4566

Color information

#8D4566 (or 0x8D4566) is unknown color: approx Cannon Pink. HEX triplet: 8D, 45 and 66. RGB value is (141,69,102). Sum of RGB (Red+Green+Blue) = 141+69+102=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4566 is #72BA99. Grayscale: #5E5E5E. Windows color (decimal): -7518874 or 6702477. OLE color: 6702477.

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

Color convert

RGB14169102-
CMYK00.510.280.45
HSL332.5º34.29%41.18%-
HSV(B)332.5º51.06%55.29%-
XYZ15.5110.8813.85-
YUV94.29132.35161.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.19%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=45.19%
G=22.12%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416910200.510.280.45332.534.2941.18
Hex8D45660331C2D14c2229
Octal21510514606334555144251
Binary1000110110001011100110011001111100101101101001100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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