#8B5863

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

Shades of Cannon Pink #8B5863

Tints of Cannon Pink #8B5863

Color information

#8B5863 (or 0x8B5863) is unknown color: approx Cannon Pink. HEX triplet: 8B, 58 and 63. RGB value is (139,88,99). Sum of RGB (Red+Green+Blue) = 139+88+99=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5863 is #74A79C. Grayscale: #686868. Windows color (decimal): -7645085 or 6510731. OLE color: 6510731.

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

Color convert

RGB1398899-
CMYK00.370.290.45
HSL347.06º22.47%44.51%-
HSV(B)347.06º36.69%54.51%-
XYZ16.3913.3713.52-
YUV104.5124.9152.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=42.64%
G=26.99%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139889900.370.290.45347.0622.4744.51
Hex8B58630251D2D15b162d
Octal21313014304535555332655
Binary100010111011000110001101001011110110110110101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,99); }

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

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

 a { background-color: rgb(139,88,99); }

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

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

 span { border-color: rgb(139,88,99); }

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