#86485E

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

Shades of Cannon Pink #86485E

Tints of Cannon Pink #86485E

Color information

#86485E (or 0x86485E) is unknown color: approx Cannon Pink. HEX triplet: 86, 48 and 5E. RGB value is (134,72,94). Sum of RGB (Red+Green+Blue) = 134+72+94=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86485E is #79B7A1. Grayscale: #5D5D5D. Windows color (decimal): -7976866 or 6178950. OLE color: 6178950.

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

Color convert

RGB1347294-
CMYK00.460.300.47
HSL338.71º30.1%40.39%-
HSV(B)338.71º46.27%52.55%-
XYZ14.1710.5111.87-
YUV93.05128.54157.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=44.67%
G=24%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134729400.460.300.47338.7130.140.39
Hex86485E02E1E2F1531e28
Octal20611013605636575233650
Binary100001101001000101111001011101111010111110101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86485E; }

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

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

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

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

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

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

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

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