#8B5266

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

Shades of Cannon Pink #8B5266

Tints of Cannon Pink #8B5266

Color information

#8B5266 (or 0x8B5266) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 66. RGB value is (139,82,102). Sum of RGB (Red+Green+Blue) = 139+82+102=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5266 is #74AD99. Grayscale: #656565. Windows color (decimal): -7646618 or 6705803. OLE color: 6705803.

HSL color Cylindrical-coordinate representation of color #8B5266: hue angle of 338.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5266 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13982102-
CMYK00.410.270.45
HSL338.95º25.79%43.33%-
HSV(B)338.95º41.01%54.51%-
XYZ16.0612.4814.13-
YUV101.32128.38154.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=43.03%
G=25.39%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398210200.410.270.45338.9525.7943.33
Hex8B52660291B2D1531a2b
Octal21312214605133555233253
Binary100010111010010110011001010011101110110110101001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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