#8B456B

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

Shades of Cannon Pink #8B456B

Tints of Cannon Pink #8B456B

Color information

#8B456B (or 0x8B456B) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 6B. RGB value is (139,69,107). Sum of RGB (Red+Green+Blue) = 139+69+107=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B456B is #74BA94. Grayscale: #5E5E5E. Windows color (decimal): -7649941 or 7030155. OLE color: 7030155.

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

Color convert

RGB13969107-
CMYK00.500.230.45
HSL327.43º33.65%40.78%-
HSV(B)327.43º50.36%54.51%-
XYZ15.4310.8115.18-
YUV94.26135.19159.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=44.13%
G=21.90%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396910700.500.230.45327.4333.6540.78
Hex8B456B032172D1472229
Octal21310515306227555074251
Binary1000101110001011101011011001010111101101101000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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