#8B5267

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

Shades of Cannon Pink #8B5267

Tints of Cannon Pink #8B5267

Color information

#8B5267 (or 0x8B5267) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 67. RGB value is (139,82,103). Sum of RGB (Red+Green+Blue) = 139+82+103=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5267 is #74AD98. Grayscale: #656565. Windows color (decimal): -7646617 or 6771339. OLE color: 6771339.

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

Color convert

RGB13982103-
CMYK00.410.260.45
HSL337.89º25.79%43.33%-
HSV(B)337.89º41.01%54.51%-
XYZ16.1112.514.4-
YUV101.44128.88154.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=42.90%
G=25.31%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398210300.410.260.45337.8925.7943.33
Hex8B52670291A2D1521a2b
Octal21312214705132555223253
Binary100010111010010110011101010011101010110110101001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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