#894E67

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

Shades of Cannon Pink #894E67

Tints of Cannon Pink #894E67

Color information

#894E67 (or 0x894E67) is unknown color: approx Cannon Pink. HEX triplet: 89, 4E and 67. RGB value is (137,78,103). Sum of RGB (Red+Green+Blue) = 137+78+103=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #894E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E67 is #76B198. Grayscale: #626262. Windows color (decimal): -7778713 or 6770313. OLE color: 6770313.

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

Color convert

RGB13778103-
CMYK00.430.250.46
HSL334.58º27.44%42.16%-
HSV(B)334.58º43.07%53.73%-
XYZ15.4911.7514.28-
YUV98.49130.55155.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=43.08%
G=24.53%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377810300.430.250.46334.5827.4442.16
Hex894E6702B192E14f1b2a
Octal21111614705331565173352
Binary100010011001110110011101010111100110111010100111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,103); }

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

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

 a { background-color: rgb(137,78,103); }

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

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

 span { border-color: rgb(137,78,103); }

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