#8B5067

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

Shades of Cannon Pink #8B5067

Tints of Cannon Pink #8B5067

Color information

#8B5067 (or 0x8B5067) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 67. RGB value is (139,80,103). Sum of RGB (Red+Green+Blue) = 139+80+103=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5067 is #74AF98. Grayscale: #646464. Windows color (decimal): -7647129 or 6770827. OLE color: 6770827.

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

Color convert

RGB13980103-
CMYK00.420.260.45
HSL336.61º26.94%42.94%-
HSV(B)336.61º42.45%54.51%-
XYZ15.9612.2114.35-
YUV100.26129.55155.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=43.17%
G=24.84%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398010300.420.260.45336.6126.9442.94
Hex8B506702A1A2D1511b2b
Octal21312014705232555213353
Binary100010111010000110011101010101101010110110101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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