#86495B

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

Shades of Cannon Pink #86495B

Tints of Cannon Pink #86495B

Color information

#86495B (or 0x86495B) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 5B. RGB value is (134,73,91). Sum of RGB (Red+Green+Blue) = 134+73+91=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495B is #79B6A4. Grayscale: #5D5D5D. Windows color (decimal): -7976613 or 5982598. OLE color: 5982598.

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

Color convert

RGB1347391-
CMYK00.460.320.47
HSL342.3º29.47%40.59%-
HSV(B)342.3º45.52%52.55%-
XYZ14.110.5911.2-
YUV93.29126.71157.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=44.97%
G=24.50%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134739100.460.320.47342.329.4740.59
Hex86495B02E202F1561d29
Octal20611113305640575263551
Binary1000011010010011011011010111010000010111110101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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