#8D4D69

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

Shades of Cannon Pink #8D4D69

Tints of Cannon Pink #8D4D69

Color information

#8D4D69 (or 0x8D4D69) is unknown color: approx Cannon Pink. HEX triplet: 8D, 4D and 69. RGB value is (141,77,105). Sum of RGB (Red+Green+Blue) = 141+77+105=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4D69 is #72B296. Grayscale: #636363. Windows color (decimal): -7516823 or 6901133. OLE color: 6901133.

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

Color convert

RGB14177105-
CMYK00.450.260.45
HSL333.75º29.36%42.75%-
HSV(B)333.75º45.39%55.29%-
XYZ16.1911.9914.83-
YUV99.33131.2157.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=43.65%
G=23.84%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417710500.450.260.45333.7529.3642.75
Hex8D4D6902D1A2D14e1d2b
Octal21511515105532555163553
Binary100011011001101110100101011011101010110110100111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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