#8D495B

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

Shades of Cannon Pink #8D495B

Tints of Cannon Pink #8D495B

Color information

#8D495B (or 0x8D495B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 49 and 5B. RGB value is (141,73,91). Sum of RGB (Red+Green+Blue) = 141+73+91=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D495B is #72B6A4. Grayscale: #5F5F5F. Windows color (decimal): -7517861 or 5982605. OLE color: 5982605.

HSL color Cylindrical-coordinate representation of color #8D495B: hue angle of 344.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D495B is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1417391-
CMYK00.480.350.45
HSL344.12º31.78%41.96%-
HSV(B)344.12º48.23%55.29%-
XYZ15.2611.1811.25-
YUV95.38125.53160.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=46.23%
G=23.93%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141739100.480.350.45344.1231.7841.96
Hex8D495B030232D158202a
Octal21511113306043555304052
Binary10001101100100110110110110000100011101101101011000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,91); }

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

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

 a { background-color: rgb(141,73,91); }

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

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

 span { border-color: rgb(141,73,91); }

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