#8B5661

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

Shades of Cannon Pink #8B5661

Tints of Cannon Pink #8B5661

Color information

#8B5661 (or 0x8B5661) is unknown color: approx Cannon Pink. HEX triplet: 8B, 56 and 61. RGB value is (139,86,97). Sum of RGB (Red+Green+Blue) = 139+86+97=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5661 is #74A99E. Grayscale: #676767. Windows color (decimal): -7645599 or 6379147. OLE color: 6379147.

HSL color Cylindrical-coordinate representation of color #8B5661: hue angle of 347.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5661 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1398697-
CMYK00.380.300.45
HSL347.55º23.56%44.12%-
HSV(B)347.55º38.13%54.51%-
XYZ16.1313.0112.97-
YUV103.1124.56153.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=43.17%
G=26.71%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139869700.380.300.45347.5523.5644.12
Hex8B56610261E2D15c182c
Octal21312614104636555343054
Binary100010111010110110000101001101111010110110101110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,97); }

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

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

 a { background-color: rgb(139,86,97); }

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

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

 span { border-color: rgb(139,86,97); }

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