#86495D

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

Shades of Cannon Pink #86495D

Tints of Cannon Pink #86495D

Color information

#86495D (or 0x86495D) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 5D. RGB value is (134,73,93). Sum of RGB (Red+Green+Blue) = 134+73+93=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495D is #79B6A2. Grayscale: #5D5D5D. Windows color (decimal): -7976611 or 6113670. OLE color: 6113670.

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

Color convert

RGB1347393-
CMYK00.460.310.47
HSL340.33º29.47%40.59%-
HSV(B)340.33º45.52%52.55%-
XYZ14.1910.6211.66-
YUV93.52127.71156.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=44.67%
G=24.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134739300.460.310.47340.3329.4740.59
Hex86495D02E1F2F1541d29
Octal20611113505637575243551
Binary100001101001001101110101011101111110111110101010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86495D; }

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

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

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

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

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

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

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

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