#8B5764

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

Shades of Cannon Pink #8B5764

Tints of Cannon Pink #8B5764

Color information

#8B5764 (or 0x8B5764) is unknown color: approx Cannon Pink. HEX triplet: 8B, 57 and 64. RGB value is (139,87,100). Sum of RGB (Red+Green+Blue) = 139+87+100=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5764 is #74A89B. Grayscale: #686868. Windows color (decimal): -7645340 or 6576011. OLE color: 6576011.

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

Color convert

RGB13987100-
CMYK00.370.280.45
HSL345º23.01%44.31%-
HSV(B)345º37.41%54.51%-
XYZ16.3613.2313.75-
YUV104.03125.73152.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=42.64%
G=26.69%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398710000.370.280.4534523.0144.31
Hex8B57640251C2D159172c
Octal21312714404534555312754
Binary100010111010111110010001001011110010110110101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,100); }

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

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

 a { background-color: rgb(139,87,100); }

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

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

 span { border-color: rgb(139,87,100); }

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