#894B67

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

Shades of Cannon Pink #894B67

Tints of Cannon Pink #894B67

Color information

#894B67 (or 0x894B67) is unknown color: approx Cannon Pink. HEX triplet: 89, 4B and 67. RGB value is (137,75,103). Sum of RGB (Red+Green+Blue) = 137+75+103=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B67 is #76B498. Grayscale: #606060. Windows color (decimal): -7779481 or 6769545. OLE color: 6769545.

HSL color Cylindrical-coordinate representation of color #894B67: hue angle of 332.9º 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 #894B67 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13775103-
CMYK00.450.250.46
HSL332.9º29.25%41.57%-
HSV(B)332.9º45.26%53.73%-
XYZ15.2811.3314.21-
YUV96.73131.54156.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=43.49%
G=23.81%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377510300.450.250.46332.929.2541.57
Hex894B6702D192E14d1d2a
Octal21111314705531565153552
Binary100010011001011110011101011011100110111010100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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