#8D4761

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

Shades of Cannon Pink #8D4761

Tints of Cannon Pink #8D4761

Color information

#8D4761 (or 0x8D4761) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 61. RGB value is (141,71,97). Sum of RGB (Red+Green+Blue) = 141+71+97=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4761 is #72B89E. Grayscale: #5E5E5E. Windows color (decimal): -7518367 or 6375309. OLE color: 6375309.

HSL color Cylindrical-coordinate representation of color #8D4761: hue angle of 337.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4761 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1417197-
CMYK00.500.310.45
HSL337.71º33.02%41.57%-
HSV(B)337.71º49.65%55.29%-
XYZ15.411.0312.63-
YUV94.89129.19160.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=45.63%
G=22.98%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141719700.500.310.45337.7133.0241.57
Hex8D47610321F2D152212a
Octal21510714106237555224152
Binary1000110110001111100001011001011111101101101010010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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