#8B506C

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

Shades of Cannon Pink #8B506C

Tints of Cannon Pink #8B506C

Color information

#8B506C (or 0x8B506C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 6C. RGB value is (139,80,108). Sum of RGB (Red+Green+Blue) = 139+80+108=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B506C is #74AF93. Grayscale: #646464. Windows color (decimal): -7647124 or 7098507. OLE color: 7098507.

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

Color convert

RGB13980108-
CMYK00.420.220.45
HSL331.53º26.94%42.94%-
HSV(B)331.53º42.45%54.51%-
XYZ16.2212.3115.71-
YUV100.83132.05155.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=42.51%
G=24.46%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398010800.420.220.45331.5326.9442.94
Hex8B506C02A162D14c1b2b
Octal21312015405226555143353
Binary100010111010000110110001010101011010110110100110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,108); }

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

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

 a { background-color: rgb(139,80,108); }

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

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

 span { border-color: rgb(139,80,108); }

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