#895160

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

Shades of Cannon Pink #895160

Tints of Cannon Pink #895160

Color information

#895160 (or 0x895160) is unknown color: approx Cannon Pink. HEX triplet: 89, 51 and 60. RGB value is (137,81,96). Sum of RGB (Red+Green+Blue) = 137+81+96=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #895160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895160 is #76AE9F. Grayscale: #636363. Windows color (decimal): -7777952 or 6312329. OLE color: 6312329.

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

Color convert

RGB1378196-
CMYK00.410.300.46
HSL343.93º25.69%42.75%-
HSV(B)343.93º40.88%53.73%-
XYZ15.3712.0512.58-
YUV99.45126.05154.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=43.63%
G=25.80%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137819600.410.300.46343.9325.6942.75
Hex8951600291E2E1581a2b
Octal21112114005136565303253
Binary100010011010001110000001010011111010111010101100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895160; }

 p { color: rgb(137,81,96); }

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

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

 a { background-color: rgb(137,81,96); }

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

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

 span { border-color: rgb(137,81,96); }

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