#8B5A65

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

Shades of Cannon Pink #8B5A65

Tints of Cannon Pink #8B5A65

Color information

#8B5A65 (or 0x8B5A65) is unknown color: approx Cannon Pink. HEX triplet: 8B, 5A and 65. RGB value is (139,90,101). Sum of RGB (Red+Green+Blue) = 139+90+101=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A65 is #74A59A. Grayscale: #696969. Windows color (decimal): -7644571 or 6642315. OLE color: 6642315.

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

Color convert

RGB13990101-
CMYK00.350.270.45
HSL346.53º21.4%44.9%-
HSV(B)346.53º35.25%54.51%-
XYZ16.6513.7414.09-
YUV105.9125.23151.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=42.12%
G=27.27%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399010100.350.270.45346.5321.444.9
Hex8B5A650231B2D15b152d
Octal21313214504333555332555
Binary100010111011010110010101000111101110110110101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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