#8D505D

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

Shades of Cannon Pink #8D505D

Tints of Cannon Pink #8D505D

Color information

#8D505D (or 0x8D505D) is unknown color: approx Cannon Pink. HEX triplet: 8D, 50 and 5D. RGB value is (141,80,93). Sum of RGB (Red+Green+Blue) = 141+80+93=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D505D is #72AFA2. Grayscale: #636363. Windows color (decimal): -7516067 or 6115469. OLE color: 6115469.

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

Color convert

RGB1418093-
CMYK00.430.340.45
HSL347.21º27.6%43.33%-
HSV(B)347.21º43.26%55.29%-
XYZ15.8312.1911.87-
YUV99.72124.21157.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=44.90%
G=25.48%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141809300.430.340.45347.2127.643.33
Hex8D505D02B222D15b1c2b
Octal21512013505342555333453
Binary1000110110100001011101010101110001010110110101101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,80,93); }

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

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

 a { background-color: rgb(141,80,93); }

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

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

 span { border-color: rgb(141,80,93); }

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