#8B5065

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

Shades of Cannon Pink #8B5065

Tints of Cannon Pink #8B5065

Color information

#8B5065 (or 0x8B5065) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 65. RGB value is (139,80,101). Sum of RGB (Red+Green+Blue) = 139+80+101=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5065 is #74AF9A. Grayscale: #646464. Windows color (decimal): -7647131 or 6639755. OLE color: 6639755.

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

Color convert

RGB13980101-
CMYK00.420.270.45
HSL338.64º26.94%42.94%-
HSV(B)338.64º42.45%54.51%-
XYZ15.8712.1713.82-
YUV100.03128.55155.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=43.44%
G=25%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398010100.420.270.45338.6426.9442.94
Hex8B506502A1B2D1531b2b
Octal21312014505233555233353
Binary100010111010000110010101010101101110110110101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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