#8D5064

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

Shades of Cannon Pink #8D5064

Tints of Cannon Pink #8D5064

Color information

#8D5064 (or 0x8D5064) is unknown color: approx Cannon Pink. HEX triplet: 8D, 50 and 64. RGB value is (141,80,100). Sum of RGB (Red+Green+Blue) = 141+80+100=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5064 is #72AF9B. Grayscale: #646464. Windows color (decimal): -7516060 or 6574221. OLE color: 6574221.

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

Color convert

RGB14180100-
CMYK00.430.290.45
HSL340.33º27.6%43.33%-
HSV(B)340.33º43.26%55.29%-
XYZ16.1512.3213.58-
YUV100.52127.71156.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=43.93%
G=24.92%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418010000.430.290.45340.3327.643.33
Hex8D506402B1D2D1541c2b
Octal21512014405335555243453
Binary100011011010000110010001010111110110110110101010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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