#8D566F

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

Shades of Cannon Pink #8D566F

Tints of Cannon Pink #8D566F

Color information

#8D566F (or 0x8D566F) is unknown color: approx Cannon Pink. HEX triplet: 8D, 56 and 6F. RGB value is (141,86,111). Sum of RGB (Red+Green+Blue) = 141+86+111=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D566F is #72A990. Grayscale: #696969. Windows color (decimal): -7514513 or 7296653. OLE color: 7296653.

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

Color convert

RGB14186111-
CMYK00.390.210.45
HSL332.73º24.23%44.51%-
HSV(B)332.73º39.01%55.29%-
XYZ17.1813.4716.73-
YUV105.29131.22153.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=41.72%
G=25.44%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418611100.390.210.45332.7324.2344.51
Hex8D566F027152D14d182d
Octal21512615704725555153055
Binary100011011010110110111101001111010110110110100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,111); }

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

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

 a { background-color: rgb(141,86,111); }

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

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

 span { border-color: rgb(141,86,111); }

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