#8D505E

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

Shades of Cannon Pink #8D505E

Tints of Cannon Pink #8D505E

Color information

#8D505E (or 0x8D505E) is unknown color: approx Cannon Pink. HEX triplet: 8D, 50 and 5E. RGB value is (141,80,94). Sum of RGB (Red+Green+Blue) = 141+80+94=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D505E is #72AFA1. Grayscale: #636363. Windows color (decimal): -7516066 or 6181005. OLE color: 6181005.

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

Color convert

RGB1418094-
CMYK00.430.330.45
HSL346.23º27.6%43.33%-
HSV(B)346.23º43.26%55.29%-
XYZ15.8712.2112.11-
YUV99.84124.71157.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=44.76%
G=25.40%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141809400.430.330.45346.2327.643.33
Hex8D505E02B212D15a1c2b
Octal21512013605341555323453
Binary1000110110100001011110010101110000110110110101101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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