#895163

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

Shades of Cannon Pink #895163

Tints of Cannon Pink #895163

Color information

#895163 (or 0x895163) is unknown color: approx Cannon Pink. HEX triplet: 89, 51 and 63. RGB value is (137,81,99). Sum of RGB (Red+Green+Blue) = 137+81+99=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895163 is #76AE9C. Grayscale: #636363. Windows color (decimal): -7777949 or 6508937. OLE color: 6508937.

HSL color Cylindrical-coordinate representation of color #895163: hue angle of 340.71º 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 #895163 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1378199-
CMYK00.410.280.46
HSL340.71º25.69%42.75%-
HSV(B)340.71º40.88%53.73%-
XYZ15.5112.113.32-
YUV99.8127.55154.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=43.22%
G=25.55%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137819900.410.280.46340.7125.6942.75
Hex8951630291C2E1551a2b
Octal21112114305134565253253
Binary100010011010001110001101010011110010111010101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895163; }

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

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

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

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

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

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

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

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