#8B5466

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

Shades of Cannon Pink #8B5466

Tints of Cannon Pink #8B5466

Color information

#8B5466 (or 0x8B5466) is unknown color: approx Cannon Pink. HEX triplet: 8B, 54 and 66. RGB value is (139,84,102). Sum of RGB (Red+Green+Blue) = 139+84+102=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5466 is #74AB99. Grayscale: #666666. Windows color (decimal): -7646106 or 6706315. OLE color: 6706315.

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

Color convert

RGB13984102-
CMYK00.400.270.45
HSL340.36º24.66%43.73%-
HSV(B)340.36º39.57%54.51%-
XYZ16.2212.7914.18-
YUV102.5127.72154.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=42.77%
G=25.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398410200.400.270.45340.3624.6643.73
Hex8B54660281B2D154192c
Octal21312414605033555243154
Binary100010111010100110011001010001101110110110101010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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