#8D556E

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

Shades of Cannon Pink #8D556E

Tints of Cannon Pink #8D556E

Color information

#8D556E (or 0x8D556E) is unknown color: approx Cannon Pink. HEX triplet: 8D, 55 and 6E. RGB value is (141,85,110). Sum of RGB (Red+Green+Blue) = 141+85+110=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D556E is #72AA91. Grayscale: #686868. Windows color (decimal): -7514770 or 7230861. OLE color: 7230861.

HSL color Cylindrical-coordinate representation of color #8D556E: hue angle of 333.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D556E is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB14185110-
CMYK00.400.220.45
HSL333.21º24.78%44.31%-
HSV(B)333.21º39.72%55.29%-
XYZ17.0513.2916.42-
YUV104.59131.05153.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=41.96%
G=25.30%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418511000.400.220.45333.2124.7844.31
Hex8D556E028162D14d192c
Octal21512515605026555153154
Binary100011011010101110111001010001011010110110100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,110); }

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

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

 a { background-color: rgb(141,85,110); }

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

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

 span { border-color: rgb(141,85,110); }

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