#895465

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

Shades of Cannon Pink #895465

Tints of Cannon Pink #895465

Color information

#895465 (or 0x895465) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 65. RGB value is (137,84,101). Sum of RGB (Red+Green+Blue) = 137+84+101=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895465 is #76AB9A. Grayscale: #656565. Windows color (decimal): -7777179 or 6640777. OLE color: 6640777.

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

Color convert

RGB13784101-
CMYK00.390.260.46
HSL340.75º23.98%43.33%-
HSV(B)340.75º38.69%53.73%-
XYZ15.8412.613.91-
YUV101.78127.56153.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=42.55%
G=26.09%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378410100.390.260.46340.7523.9843.33
Hex8954650271A2E155182b
Octal21112414504732565253053
Binary100010011010100110010101001111101010111010101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895465; }

 p { color: rgb(137,84,101); }

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

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

 a { background-color: rgb(137,84,101); }

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

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

 span { border-color: rgb(137,84,101); }

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