#8B476A

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

Shades of Cannon Pink #8B476A

Tints of Cannon Pink #8B476A

Color information

#8B476A (or 0x8B476A) is unknown color: approx Cannon Pink. HEX triplet: 8B, 47 and 6A. RGB value is (139,71,106). Sum of RGB (Red+Green+Blue) = 139+71+106=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B476A is #74B895. Grayscale: #5F5F5F. Windows color (decimal): -7649430 or 6965131. OLE color: 6965131.

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

Color convert

RGB13971106-
CMYK00.490.240.45
HSL329.12º32.38%41.18%-
HSV(B)329.12º48.92%54.51%-
XYZ15.511.0414.95-
YUV95.32134.03159.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=43.99%
G=22.47%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397110600.490.240.45329.1232.3841.18
Hex8B476A031182D1492029
Octal21310715206130555114051
Binary1000101110001111101010011000111000101101101001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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