#894867

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

Shades of Cannon Pink #894867

Tints of Cannon Pink #894867

Color information

#894867 (or 0x894867) is unknown color: approx Cannon Pink. HEX triplet: 89, 48 and 67. RGB value is (137,72,103). Sum of RGB (Red+Green+Blue) = 137+72+103=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #894867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894867 is #76B798. Grayscale: #5E5E5E. Windows color (decimal): -7780249 or 6768777. OLE color: 6768777.

HSL color Cylindrical-coordinate representation of color #894867: hue angle of 331.38º degrees, saturation: 0.31, 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 #894867 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13772103-
CMYK00.470.250.46
HSL331.38º31.1%40.98%-
HSV(B)331.38º47.45%53.73%-
XYZ15.0810.9314.15-
YUV94.97132.53157.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=43.91%
G=23.08%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377210300.470.250.46331.3831.140.98
Hex89486702F192E14b1f29
Octal21111014705731565133751
Binary100010011001000110011101011111100110111010100101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894867; }

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

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

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

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

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

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

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

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