#8C546D

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

Shades of Cannon Pink #8C546D

Tints of Cannon Pink #8C546D

Color information

#8C546D (or 0x8C546D) is unknown color: approx Cannon Pink. HEX triplet: 8C, 54 and 6D. RGB value is (140,84,109). Sum of RGB (Red+Green+Blue) = 140+84+109=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C546D is #73AB92. Grayscale: #676767. Windows color (decimal): -7580563 or 7165068. OLE color: 7165068.

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

Color convert

RGB14084109-
CMYK00.40.220.45
HSL333.21º25%43.92%-
HSV(B)333.21º40%54.9%-
XYZ16.7513.0216.1-
YUV103.59131.05153.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=42.04%
G=25.23%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408410900.40.220.45333.212543.92
Hex8C546D028162D14d192c
Octal21412415505026555153154
Binary100011001010100110110101010001011010110110100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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