#8B456A

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

Shades of Cannon Pink #8B456A

Tints of Cannon Pink #8B456A

Color information

#8B456A (or 0x8B456A) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 6A. RGB value is (139,69,106). Sum of RGB (Red+Green+Blue) = 139+69+106=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B456A is #74BA95. Grayscale: #5E5E5E. Windows color (decimal): -7649942 or 6964619. OLE color: 6964619.

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

Color convert

RGB13969106-
CMYK00.500.240.45
HSL328.29º33.65%40.78%-
HSV(B)328.29º50.36%54.51%-
XYZ15.3810.7914.91-
YUV94.15134.69159.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=44.27%
G=21.97%
B=33.76%

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
Decimal1396910600.500.240.45328.2933.6540.78
Hex8B456A032182D1482229
Octal21310515206230555104251
Binary1000101110001011101010011001011000101101101001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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