#8B466A

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

Shades of Cannon Pink #8B466A

Tints of Cannon Pink #8B466A

Color information

#8B466A (or 0x8B466A) is unknown color: approx Cannon Pink. HEX triplet: 8B, 46 and 6A. RGB value is (139,70,106). Sum of RGB (Red+Green+Blue) = 139+70+106=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466A is #74B995. Grayscale: #5E5E5E. Windows color (decimal): -7649686 or 6964875. OLE color: 6964875.

HSL color Cylindrical-coordinate representation of color #8B466A: hue angle of 328.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B466A is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13970106-
CMYK00.500.240.45
HSL328.7º33.01%40.98%-
HSV(B)328.7º49.64%54.51%-
XYZ15.4410.9114.93-
YUV94.74134.36159.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=44.13%
G=22.22%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397010600.500.240.45328.733.0140.98
Hex8B466A032182D1492129
Octal21310615206230555114151
Binary1000101110001101101010011001011000101101101001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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