#8D466E

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

Shades of Cannon Pink #8D466E

Tints of Cannon Pink #8D466E

Color information

#8D466E (or 0x8D466E) is unknown color: approx Cannon Pink. HEX triplet: 8D, 46 and 6E. RGB value is (141,70,110). Sum of RGB (Red+Green+Blue) = 141+70+110=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D466E is #72B991. Grayscale: #5F5F5F. Windows color (decimal): -7518610 or 7227021. OLE color: 7227021.

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

Color convert

RGB14170110-
CMYK00.500.220.45
HSL326.2º33.65%41.37%-
HSV(B)326.2º50.35%55.29%-
XYZ15.9911.1716.06-
YUV95.79136.02160.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=43.93%
G=21.81%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417011000.500.220.45326.233.6541.37
Hex8D466E032162D1462229
Octal21510615606226555064251
Binary1000110110001101101110011001010110101101101000110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,110); }

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

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

 a { background-color: rgb(141,70,110); }

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

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

 span { border-color: rgb(141,70,110); }

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