#8B5064

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

Shades of Cannon Pink #8B5064

Tints of Cannon Pink #8B5064

Color information

#8B5064 (or 0x8B5064) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 64. RGB value is (139,80,100). Sum of RGB (Red+Green+Blue) = 139+80+100=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5064 is #74AF9B. Grayscale: #636363. Windows color (decimal): -7647132 or 6574219. OLE color: 6574219.

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

Color convert

RGB13980100-
CMYK00.420.280.45
HSL339.66º26.94%42.94%-
HSV(B)339.66º42.45%54.51%-
XYZ15.8212.1513.57-
YUV99.92128.05155.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=43.57%
G=25.08%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398010000.420.280.45339.6626.9442.94
Hex8B506402A1C2D1541b2b
Octal21312014405234555243353
Binary100010111010000110010001010101110010110110101010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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