#8B4663

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

Shades of Cannon Pink #8B4663

Tints of Cannon Pink #8B4663

Color information

#8B4663 (or 0x8B4663) is unknown color: approx Cannon Pink. HEX triplet: 8B, 46 and 63. RGB value is (139,70,99). Sum of RGB (Red+Green+Blue) = 139+70+99=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4663 is #74B99C. Grayscale: #5D5D5D. Windows color (decimal): -7649693 or 6506123. OLE color: 6506123.

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

Color convert

RGB1397099-
CMYK00.500.290.45
HSL334.78º33.01%40.98%-
HSV(B)334.78º49.64%54.51%-
XYZ15.0910.7713.09-
YUV93.94130.86160.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=45.13%
G=22.73%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139709900.500.290.45334.7833.0140.98
Hex8B46630321D2D14f2129
Octal21310614306235555174151
Binary1000101110001101100011011001011101101101101001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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