#8C556D

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

Shades of Cannon Pink #8C556D

Tints of Cannon Pink #8C556D

Color information

#8C556D (or 0x8C556D) is unknown color: approx Cannon Pink. HEX triplet: 8C, 55 and 6D. RGB value is (140,85,109). Sum of RGB (Red+Green+Blue) = 140+85+109=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C556D is #73AA92. Grayscale: #686868. Windows color (decimal): -7580307 or 7165324. OLE color: 7165324.

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

Color convert

RGB14085109-
CMYK00.390.220.45
HSL333.82º24.44%44.12%-
HSV(B)333.82º39.29%54.9%-
XYZ16.8213.1816.12-
YUV104.18130.72153.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=41.92%
G=25.45%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408510900.390.220.45333.8224.4444.12
Hex8C556D027162D14e182c
Octal21412515504726555163054
Binary100011001010101110110101001111011010110110100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,109); }

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

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

 a { background-color: rgb(140,85,109); }

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

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

 span { border-color: rgb(140,85,109); }

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