#894B65

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

Shades of Cannon Pink #894B65

Tints of Cannon Pink #894B65

Color information

#894B65 (or 0x894B65) is unknown color: approx Cannon Pink. HEX triplet: 89, 4B and 65. RGB value is (137,75,101). Sum of RGB (Red+Green+Blue) = 137+75+101=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #894B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B65 is #76B49A. Grayscale: #606060. Windows color (decimal): -7779483 or 6638473. OLE color: 6638473.

HSL color Cylindrical-coordinate representation of color #894B65: hue angle of 334.84º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B65 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13775101-
CMYK00.450.260.46
HSL334.84º29.25%41.57%-
HSV(B)334.84º45.26%53.73%-
XYZ15.1811.2913.69-
YUV96.5130.54156.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=43.77%
G=23.96%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377510100.450.260.46334.8429.2541.57
Hex894B6502D1A2E14f1d2a
Octal21111314505532565173552
Binary100010011001011110010101011011101010111010100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B65; }

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

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

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

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

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

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

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

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