#8B546A

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

Shades of Cannon Pink #8B546A

Tints of Cannon Pink #8B546A

Color information

#8B546A (or 0x8B546A) is unknown color: approx Cannon Pink. HEX triplet: 8B, 54 and 6A. RGB value is (139,84,106). Sum of RGB (Red+Green+Blue) = 139+84+106=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B546A is #74AB95. Grayscale: #666666. Windows color (decimal): -7646102 or 6968459. OLE color: 6968459.

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

Color convert

RGB13984106-
CMYK00.400.240.45
HSL336º24.66%43.73%-
HSV(B)336º39.57%54.51%-
XYZ16.4212.8715.25-
YUV102.95129.72153.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=42.25%
G=25.53%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398410600.400.240.4533624.6643.73
Hex8B546A028182D150192c
Octal21312415205030555203154
Binary100010111010100110101001010001100010110110101000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,106); }

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

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

 a { background-color: rgb(139,84,106); }

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

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

 span { border-color: rgb(139,84,106); }

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