#8B5663

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

Shades of Cannon Pink #8B5663

Tints of Cannon Pink #8B5663

Color information

#8B5663 (or 0x8B5663) is unknown color: approx Cannon Pink. HEX triplet: 8B, 56 and 63. RGB value is (139,86,99). Sum of RGB (Red+Green+Blue) = 139+86+99=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5663 is #74A99C. Grayscale: #676767. Windows color (decimal): -7645597 or 6510219. OLE color: 6510219.

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

Color convert

RGB1398699-
CMYK00.380.290.45
HSL345.28º23.56%44.12%-
HSV(B)345.28º38.13%54.51%-
XYZ16.2313.0513.47-
YUV103.33125.56153.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=42.90%
G=26.54%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139869900.380.290.45345.2823.5644.12
Hex8B56630261D2D159182c
Octal21312614304635555313054
Binary100010111010110110001101001101110110110110101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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