#8D4770

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

Shades of Cannon Pink #8D4770

Tints of Cannon Pink #8D4770

Color information

#8D4770 (or 0x8D4770) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 70. RGB value is (141,71,112). Sum of RGB (Red+Green+Blue) = 141+71+112=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4770 is #72B88F. Grayscale: #606060. Windows color (decimal): -7518352 or 7358349. OLE color: 7358349.

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

Color convert

RGB14171112-
CMYK00.500.210.45
HSL324.86º33.02%41.57%-
HSV(B)324.86º49.65%55.29%-
XYZ16.1611.3416.67-
YUV96.6136.69159.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=43.52%
G=21.91%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417111200.500.210.45324.8633.0241.57
Hex8D4770032152D145212a
Octal21510716006225555054152
Binary1000110110001111110000011001010101101101101000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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