#864960

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

Shades of Cannon Pink #864960

Tints of Cannon Pink #864960

Color information

#864960 (or 0x864960) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 60. RGB value is (134,73,96). Sum of RGB (Red+Green+Blue) = 134+73+96=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864960 is #79B69F. Grayscale: #5D5D5D. Windows color (decimal): -7976608 or 6310278. OLE color: 6310278.

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

Color convert

RGB1347396-
CMYK00.460.280.47
HSL337.38º29.47%40.59%-
HSV(B)337.38º45.52%52.55%-
XYZ14.3310.6812.37-
YUV93.86129.21156.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=44.22%
G=24.09%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134739600.460.280.47337.3829.4740.59
Hex86496002E1C2F1511d29
Octal20611114005634575213551
Binary100001101001001110000001011101110010111110101000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864960; }

 p { color: rgb(134,73,96); }

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

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

 a { background-color: rgb(134,73,96); }

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

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

 span { border-color: rgb(134,73,96); }

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