#8C546E

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

Shades of Cannon Pink #8C546E

Tints of Cannon Pink #8C546E

Color information

#8C546E (or 0x8C546E) is unknown color: approx Cannon Pink. HEX triplet: 8C, 54 and 6E. RGB value is (140,84,110). Sum of RGB (Red+Green+Blue) = 140+84+110=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C546E is #73AB91. Grayscale: #676767. Windows color (decimal): -7580562 or 7230604. OLE color: 7230604.

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

Color convert

RGB14084110-
CMYK00.40.210.45
HSL332.14º25%43.92%-
HSV(B)332.14º40%54.9%-
XYZ16.813.0416.38-
YUV103.71131.55153.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=41.92%
G=25.15%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408411000.40.210.45332.142543.92
Hex8C546E028152D14c192c
Octal21412415605025555143154
Binary100011001010100110111001010001010110110110100110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,110); }

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

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

 a { background-color: rgb(140,84,110); }

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

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

 span { border-color: rgb(140,84,110); }

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