#8D5764

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

Shades of Cannon Pink #8D5764

Tints of Cannon Pink #8D5764

Color information

#8D5764 (or 0x8D5764) is unknown color: approx Cannon Pink. HEX triplet: 8D, 57 and 64. RGB value is (141,87,100). Sum of RGB (Red+Green+Blue) = 141+87+100=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5764 is #72A89B. Grayscale: #686868. Windows color (decimal): -7514268 or 6576013. OLE color: 6576013.

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

Color convert

RGB14187100-
CMYK00.380.290.45
HSL345.56º23.68%44.71%-
HSV(B)345.56º38.3%55.29%-
XYZ16.6913.413.76-
YUV104.63125.39153.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=42.99%
G=26.52%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418710000.380.290.45345.5623.6844.71
Hex8D57640261D2D15a182d
Octal21512714404635555323055
Binary100011011010111110010001001101110110110110101101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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