#894969

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

Shades of Cannon Pink #894969

Tints of Cannon Pink #894969

Color information

#894969 (or 0x894969) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 69. RGB value is (137,73,105). Sum of RGB (Red+Green+Blue) = 137+73+105=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894969 is #76B696. Grayscale: #5F5F5F. Windows color (decimal): -7779991 or 6900105. OLE color: 6900105.

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

Color convert

RGB13773105-
CMYK00.470.230.46
HSL330º30.48%41.18%-
HSV(B)330º46.72%53.73%-
XYZ15.2511.114.7-
YUV95.78133.2157.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=43.49%
G=23.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377310500.470.230.4633030.4841.18
Hex89496902F172E14a1e29
Octal21111115105727565123651
Binary100010011001001110100101011111011110111010100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894969; }

 p { color: rgb(137,73,105); }

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

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

 a { background-color: rgb(137,73,105); }

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

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

 span { border-color: rgb(137,73,105); }

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