#8D516D

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

Shades of Cannon Pink #8D516D

Tints of Cannon Pink #8D516D

Color information

#8D516D (or 0x8D516D) is unknown color: approx Cannon Pink. HEX triplet: 8D, 51 and 6D. RGB value is (141,81,109). Sum of RGB (Red+Green+Blue) = 141+81+109=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D516D is #72AE92. Grayscale: #666666. Windows color (decimal): -7515795 or 7164301. OLE color: 7164301.

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

Color convert

RGB14181109-
CMYK00.430.230.45
HSL332º27.03%43.53%-
HSV(B)332º42.55%55.29%-
XYZ16.6912.6516.03-
YUV102.13131.88155.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=42.60%
G=24.47%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418110900.430.230.4533227.0343.53
Hex8D516D02B172D14c1b2c
Octal21512115505327555143354
Binary100011011010001110110101010111011110110110100110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,81,109); }

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

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

 a { background-color: rgb(141,81,109); }

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

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

 span { border-color: rgb(141,81,109); }

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