#8D456B

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

Shades of Cannon Pink #8D456B

Tints of Cannon Pink #8D456B

Color information

#8D456B (or 0x8D456B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 45 and 6B. RGB value is (141,69,107). Sum of RGB (Red+Green+Blue) = 141+69+107=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D456B is #72BA94. Grayscale: #5E5E5E. Windows color (decimal): -7518869 or 7030157. OLE color: 7030157.

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

Color convert

RGB14169107-
CMYK00.510.240.45
HSL328.33º34.29%41.18%-
HSV(B)328.33º51.06%55.29%-
XYZ15.7710.9815.2-
YUV94.86134.85160.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=44.48%
G=21.77%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416910700.510.240.45328.3334.2941.18
Hex8D456B033182D1482229
Octal21510515306330555104251
Binary1000110110001011101011011001111000101101101001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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