#895164

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

Shades of Cannon Pink #895164

Tints of Cannon Pink #895164

Color information

#895164 (or 0x895164) is unknown color: approx Cannon Pink. HEX triplet: 89, 51 and 64. RGB value is (137,81,100). Sum of RGB (Red+Green+Blue) = 137+81+100=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895164 is #76AE9B. Grayscale: #636363. Windows color (decimal): -7777948 or 6574473. OLE color: 6574473.

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

Color convert

RGB13781100-
CMYK00.410.270.46
HSL339.64º25.69%42.75%-
HSV(B)339.64º40.88%53.73%-
XYZ15.5612.1213.58-
YUV99.91128.05154.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=43.08%
G=25.47%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378110000.410.270.46339.6425.6942.75
Hex8951640291B2E1541a2b
Octal21112114405133565243253
Binary100010011010001110010001010011101110111010101010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895164; }

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

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

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

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

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

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

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

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