#864859

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

Shades of Cannon Pink #864859

Tints of Cannon Pink #864859

Color information

#864859 (or 0x864859) is unknown color: approx Cannon Pink. HEX triplet: 86, 48 and 59. RGB value is (134,72,89). Sum of RGB (Red+Green+Blue) = 134+72+89=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #864859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864859 is #79B7A6. Grayscale: #5C5C5C. Windows color (decimal): -7976871 or 5851270. OLE color: 5851270.

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

Color convert

RGB1347289-
CMYK00.460.340.47
HSL343.55º30.1%40.39%-
HSV(B)343.55º46.27%52.55%-
XYZ13.9510.4210.73-
YUV92.48126.04157.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=45.42%
G=24.41%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134728900.460.340.47343.5530.140.39
Hex86485902E222F1581e28
Octal20611013105642575303650
Binary1000011010010001011001010111010001010111110101100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864859; }

 p { color: rgb(134,72,89); }

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

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

 a { background-color: rgb(134,72,89); }

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

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

 span { border-color: rgb(134,72,89); }

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