#8B5869

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

Shades of Cannon Pink #8B5869

Tints of Cannon Pink #8B5869

Color information

#8B5869 (or 0x8B5869) is unknown color: approx Cannon Pink. HEX triplet: 8B, 58 and 69. RGB value is (139,88,105). Sum of RGB (Red+Green+Blue) = 139+88+105=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5869 is #74A796. Grayscale: #696969. Windows color (decimal): -7645079 or 6903947. OLE color: 6903947.

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

Color convert

RGB13988105-
CMYK00.370.240.45
HSL340º22.47%44.51%-
HSV(B)340º36.69%54.51%-
XYZ16.6913.4915.09-
YUV105.19127.9152.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=41.87%
G=26.51%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398810500.370.240.4534022.4744.51
Hex8B5869025182D154162d
Octal21313015104530555242655
Binary100010111011000110100101001011100010110110101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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